From 3689f9c79eadc226c0325760f6d7bd856d95e44f Mon Sep 17 00:00:00 2001 From: Sergey Shandar Date: Mon, 31 Oct 2016 16:23:42 -0700 Subject: [PATCH] 0.5.0 (#908) * Big fix. * 0.5.0 * Changelog 0.5.0 * 0.5.9 => 0.5.0 --- bin/release-tool.php | 2 +- changelog.txt | 6 ++++-- examples/Client/CloudStorageService.php | 2 +- examples/Client/CloudSubscription.php | 2 +- examples/Client/CloudTable.php | 2 +- examples/Client/ErrorMessages.php | 2 +- examples/Client/WindowsAzureErrorCodes.php | 2 +- src/Common/CloudConfigurationManager.php | 2 +- src/Common/Internal/Atom/AtomBase.php | 2 +- src/Common/Internal/Atom/AtomLink.php | 2 +- src/Common/Internal/Atom/Category.php | 2 +- src/Common/Internal/Atom/Content.php | 2 +- src/Common/Internal/Atom/Entry.php | 2 +- src/Common/Internal/Atom/Feed.php | 2 +- src/Common/Internal/Atom/Generator.php | 2 +- src/Common/Internal/Atom/Person.php | 2 +- src/Common/Internal/Atom/Source.php | 2 +- src/Common/Internal/Authentication/IAuthScheme.php | 2 +- src/Common/Internal/Authentication/OAuthScheme.php | 2 +- .../Authentication/SharedKeyAuthScheme.php | 2 +- .../Internal/Authentication/StorageAuthScheme.php | 2 +- .../TableSharedKeyLiteAuthScheme.php | 2 +- src/Common/Internal/ConnectionStringParser.php | 2 +- src/Common/Internal/ConnectionStringSource.php | 2 +- src/Common/Internal/FilterableService.php | 2 +- .../Internal/Filters/AuthenticationFilter.php | 2 +- src/Common/Internal/Filters/DateFilter.php | 2 +- src/Common/Internal/Filters/HeadersFilter.php | 2 +- src/Common/Internal/Filters/WrapFilter.php | 2 +- src/Common/Internal/Http/BatchRequest.php | 2 +- src/Common/Internal/Http/BatchResponse.php | 2 +- src/Common/Internal/Http/HttpCallContext.php | 2 +- src/Common/Internal/Http/HttpClient.php | 2 +- src/Common/Internal/Http/IHttpClient.php | 2 +- src/Common/Internal/Http/IUrl.php | 2 +- src/Common/Internal/Http/Url.php | 2 +- src/Common/Internal/IServiceFilter.php | 2 +- .../Internal/InvalidArgumentTypeException.php | 2 +- src/Common/Internal/Logger.php | 2 +- src/Common/Internal/MediaServicesSettings.php | 2 +- src/Common/Internal/OAuthRestProxy.php | 2 +- src/Common/Internal/ParserState.php | 2 +- src/Common/Internal/Resources.php | 4 ++-- src/Common/Internal/RestProxy.php | 2 +- src/Common/Internal/Serialization/ISerializer.php | 2 +- .../Internal/Serialization/JsonSerializer.php | 2 +- .../Internal/Serialization/XmlSerializer.php | 2 +- src/Common/Internal/ServiceBusSettings.php | 2 +- src/Common/Internal/ServiceManagementSettings.php | 2 +- src/Common/Internal/ServiceRestProxy.php | 2 +- src/Common/Internal/ServiceSettings.php | 2 +- src/Common/Internal/StorageServiceSettings.php | 2 +- src/Common/Internal/Utilities.php | 2 +- src/Common/Internal/Validate.php | 2 +- src/Common/Models/GetServicePropertiesResult.php | 2 +- src/Common/Models/Logging.php | 2 +- src/Common/Models/Metrics.php | 2 +- src/Common/Models/OAuthAccessToken.php | 2 +- src/Common/Models/RetentionPolicy.php | 2 +- src/Common/Models/ServiceProperties.php | 2 +- src/Common/ServiceException.php | 2 +- src/Common/ServicesBuilder.php | 2 +- .../Internal/ContentPropertiesSerializer.php | 2 +- src/MediaServices/Internal/IMediaServices.php | 2 +- src/MediaServices/MediaServicesRestProxy.php | 2 +- src/MediaServices/Models/AccessPolicy.php | 2 +- src/MediaServices/Models/AdMarkerSources.php | 2 +- src/MediaServices/Models/Asset.php | 2 +- src/MediaServices/Models/AssetDeliveryPolicy.php | 2 +- .../Models/AssetDeliveryPolicyConfigurationKey.php | 2 +- .../Models/AssetDeliveryPolicyType.php | 2 +- src/MediaServices/Models/AssetDeliveryProtocol.php | 2 +- src/MediaServices/Models/AssetFile.php | 2 +- src/MediaServices/Models/AudioStream.php | 2 +- src/MediaServices/Models/Channel.php | 2 +- src/MediaServices/Models/ChannelEncoding.php | 2 +- .../Models/ChannelEncodingPresets.php | 2 +- src/MediaServices/Models/ChannelEndpoint.php | 2 +- src/MediaServices/Models/ChannelInput.php | 2 +- .../Models/ChannelInputAccessControl.php | 2 +- src/MediaServices/Models/ChannelOutput.php | 2 +- src/MediaServices/Models/ChannelOutputHls.php | 2 +- src/MediaServices/Models/ChannelPreview.php | 2 +- .../Models/ChannelPreviewAccessControl.php | 2 +- src/MediaServices/Models/ChannelSlate.php | 2 +- src/MediaServices/Models/ChannelState.php | 2 +- src/MediaServices/Models/ContentKey.php | 2 +- .../Models/ContentKeyAuthorizationPolicy.php | 2 +- .../Models/ContentKeyAuthorizationPolicyOption.php | 2 +- .../ContentKeyAuthorizationPolicyRestriction.php | 2 +- .../Models/ContentKeyDeliveryType.php | 2 +- .../Models/ContentKeyRestrictionType.php | 2 +- src/MediaServices/Models/ContentKeyTypes.php | 2 +- .../Models/CrossSiteAccessPolicies.php | 2 +- src/MediaServices/Models/EncodingReservedUnit.php | 2 +- .../Models/EncodingReservedUnitType.php | 2 +- src/MediaServices/Models/EncodingType.php | 2 +- src/MediaServices/Models/EncryptionSchemes.php | 2 +- src/MediaServices/Models/ErrorDetail.php | 2 +- src/MediaServices/Models/IPAccessControl.php | 2 +- src/MediaServices/Models/IPRange.php | 2 +- src/MediaServices/Models/IngestManifest.php | 2 +- src/MediaServices/Models/IngestManifestAsset.php | 2 +- src/MediaServices/Models/IngestManifestFile.php | 2 +- .../Models/IngestManifestStatistics.php | 2 +- src/MediaServices/Models/Job.php | 2 +- src/MediaServices/Models/JobTemplate.php | 2 +- src/MediaServices/Models/Locator.php | 2 +- src/MediaServices/Models/MediaProcessor.php | 2 +- src/MediaServices/Models/Operation.php | 2 +- src/MediaServices/Models/OperationState.php | 2 +- src/MediaServices/Models/Program.php | 2 +- src/MediaServices/Models/ProgramState.php | 2 +- src/MediaServices/Models/ProtectionKeyTypes.php | 2 +- src/MediaServices/Models/StorageAccount.php | 2 +- src/MediaServices/Models/StreamingProtocol.php | 2 +- src/MediaServices/Models/Task.php | 2 +- src/MediaServices/Models/TaskHistoricalEvent.php | 2 +- src/MediaServices/Models/TaskOptions.php | 2 +- src/MediaServices/Models/TaskTemplate.php | 2 +- src/MediaServices/Models/VideoStream.php | 2 +- .../Templates/AgcAndColorStripeRestriction.php | 2 +- src/MediaServices/Templates/AllowedTrackTypes.php | 2 +- .../Templates/AsymmetricTokenVerificationKey.php | 2 +- .../Templates/ContentEncryptionKeyFromHeader.php | 2 +- .../ContentEncryptionKeyFromKeyIdentifier.php | 2 +- src/MediaServices/Templates/ContentKeySpecs.php | 2 +- src/MediaServices/Templates/ErrorMessages.php | 2 +- .../ExplicitAnalogTelevisionRestriction.php | 2 +- .../Templates/FairPlayConfiguration.php | 2 +- src/MediaServices/Templates/Hdcp.php | 2 +- .../MediaServicesLicenseTemplateSerializer.php | 2 +- .../Templates/OpenIdConnectDiscoveryDocument.php | 2 +- .../Templates/PlayReadyContentKey.php | 2 +- .../Templates/PlayReadyLicenseResponseTemplate.php | 2 +- .../Templates/PlayReadyLicenseTemplate.php | 2 +- .../Templates/PlayReadyLicenseType.php | 2 +- src/MediaServices/Templates/PlayReadyPlayRight.php | 2 +- .../Templates/RequiredOutputProtection.php | 2 +- src/MediaServices/Templates/ScmsRestriction.php | 2 +- .../Templates/SymmetricVerificationKey.php | 2 +- src/MediaServices/Templates/TokenClaim.php | 2 +- .../Templates/TokenRestrictionTemplate.php | 2 +- .../TokenRestrictionTemplateSerializer.php | 14 +++++++------- src/MediaServices/Templates/TokenType.php | 2 +- .../Templates/TokenVerificationKey.php | 2 +- .../Templates/UnknownOutputPassingOption.php | 2 +- src/MediaServices/Templates/WidevineMessage.php | 2 +- .../Templates/WidevineMessageSerializer.php | 2 +- .../Templates/X509CertTokenVerificationKey.php | 2 +- src/ServiceBus/Internal/Action.php | 2 +- src/ServiceBus/Internal/ActiveToken.php | 2 +- src/ServiceBus/Internal/Filter.php | 2 +- src/ServiceBus/Internal/IServiceBus.php | 2 +- src/ServiceBus/Internal/IWrap.php | 2 +- src/ServiceBus/Internal/WrapAccessTokenResult.php | 2 +- src/ServiceBus/Internal/WrapRestProxy.php | 2 +- src/ServiceBus/Internal/WrapTokenManager.php | 2 +- src/ServiceBus/Models/BrokerProperties.php | 2 +- src/ServiceBus/Models/CorrelationFilter.php | 2 +- src/ServiceBus/Models/EmptyRuleAction.php | 2 +- src/ServiceBus/Models/FalseFilter.php | 2 +- src/ServiceBus/Models/ListOptions.php | 2 +- src/ServiceBus/Models/ListQueuesOptions.php | 2 +- src/ServiceBus/Models/ListQueuesResult.php | 2 +- src/ServiceBus/Models/ListRulesOptions.php | 2 +- src/ServiceBus/Models/ListRulesResult.php | 2 +- src/ServiceBus/Models/ListSubscriptionsOptions.php | 2 +- src/ServiceBus/Models/ListSubscriptionsResult.php | 2 +- src/ServiceBus/Models/ListTopicsOptions.php | 2 +- src/ServiceBus/Models/ListTopicsResult.php | 2 +- src/ServiceBus/Models/QueueDescription.php | 2 +- src/ServiceBus/Models/QueueInfo.php | 2 +- src/ServiceBus/Models/ReceiveMessageOptions.php | 2 +- src/ServiceBus/Models/ReceiveMode.php | 2 +- src/ServiceBus/Models/RuleDescription.php | 2 +- src/ServiceBus/Models/RuleInfo.php | 2 +- src/ServiceBus/Models/SqlFilter.php | 2 +- src/ServiceBus/Models/SqlRuleAction.php | 2 +- src/ServiceBus/Models/SubscriptionDescription.php | 2 +- src/ServiceBus/Models/SubscriptionInfo.php | 2 +- src/ServiceBus/Models/TopicDescription.php | 2 +- src/ServiceBus/Models/TopicInfo.php | 2 +- src/ServiceBus/Models/TrueFilter.php | 2 +- src/ServiceBus/ServiceBusRestProxy.php | 2 +- .../Internal/IServiceManagement.php | 2 +- src/ServiceManagement/Internal/Service.php | 2 +- .../Internal/WindowsAzureService.php | 2 +- src/ServiceManagement/Models/AffinityGroup.php | 2 +- .../Models/AsynchronousOperationResult.php | 2 +- .../ChangeDeploymentConfigurationOptions.php | 2 +- .../Models/CreateAffinityGroupOptions.php | 2 +- .../Models/CreateDeploymentOptions.php | 2 +- .../Models/CreateServiceOptions.php | 2 +- src/ServiceManagement/Models/Deployment.php | 2 +- src/ServiceManagement/Models/DeploymentSlot.php | 2 +- src/ServiceManagement/Models/DeploymentStatus.php | 2 +- .../Models/GetAffinityGroupPropertiesResult.php | 2 +- .../Models/GetDeploymentOptions.php | 2 +- .../Models/GetDeploymentResult.php | 2 +- .../Models/GetHostedServicePropertiesOptions.php | 2 +- .../Models/GetHostedServicePropertiesResult.php | 2 +- .../Models/GetOperationStatusResult.php | 2 +- .../Models/GetStorageServiceKeysResult.php | 2 +- .../Models/GetStorageServicePropertiesResult.php | 2 +- src/ServiceManagement/Models/HostedService.php | 2 +- src/ServiceManagement/Models/InputEndpoint.php | 2 +- src/ServiceManagement/Models/KeyType.php | 2 +- .../Models/ListAffinityGroupsResult.php | 2 +- .../Models/ListHostedServicesResult.php | 2 +- .../Models/ListLocationsResult.php | 2 +- .../Models/ListStorageServicesResult.php | 2 +- src/ServiceManagement/Models/Location.php | 2 +- src/ServiceManagement/Models/Mode.php | 2 +- src/ServiceManagement/Models/OperationStatus.php | 2 +- src/ServiceManagement/Models/Role.php | 2 +- src/ServiceManagement/Models/RoleInstance.php | 2 +- src/ServiceManagement/Models/StorageService.php | 2 +- .../Models/UpdateServiceOptions.php | 2 +- .../Models/UpgradeDeploymentOptions.php | 2 +- src/ServiceManagement/Models/UpgradeStatus.php | 2 +- .../ServiceManagementRestProxy.php | 2 +- .../Internal/AcquireCurrentState.php | 2 +- .../Internal/ChannelNotAvailableException.php | 2 +- .../Internal/ChunkedGoalStateDeserializer.php | 2 +- src/ServiceRuntime/Internal/CurrentState.php | 2 +- src/ServiceRuntime/Internal/CurrentStatus.php | 2 +- src/ServiceRuntime/Internal/FileInputChannel.php | 2 +- src/ServiceRuntime/Internal/FileOutputChannel.php | 2 +- src/ServiceRuntime/Internal/GoalState.php | 2 +- .../Internal/ICurrentStateSerializer.php | 2 +- .../Internal/IGoalStateDeserializer.php | 2 +- src/ServiceRuntime/Internal/IInputChannel.php | 2 +- src/ServiceRuntime/Internal/IOutputChannel.php | 2 +- .../Internal/IRoleEnvironmentChange.php | 2 +- .../Internal/IRoleEnvironmentDataDeserializer.php | 2 +- src/ServiceRuntime/Internal/IRuntimeClient.php | 2 +- .../Internal/IRuntimeClientFactory.php | 2 +- .../Internal/IRuntimeCurrentStateClient.php | 2 +- .../Internal/IRuntimeGoalStateClient.php | 2 +- src/ServiceRuntime/Internal/LocalResource.php | 2 +- .../Internal/Protocol1RuntimeClient.php | 2 +- .../Internal/Protocol1RuntimeClientFactory.php | 2 +- .../Protocol1RuntimeCurrentStateClient.php | 2 +- .../Internal/Protocol1RuntimeGoalStateClient.php | 2 +- .../Internal/ReleaseCurrentState.php | 2 +- src/ServiceRuntime/Internal/Role.php | 2 +- .../RoleEnvironmentConfigurationSettingChange.php | 2 +- .../Internal/RoleEnvironmentData.php | 2 +- .../RoleEnvironmentNotAvailableException.php | 2 +- .../Internal/RoleEnvironmentTopologyChange.php | 2 +- src/ServiceRuntime/Internal/RoleInstance.php | 2 +- .../Internal/RoleInstanceEndpoint.php | 2 +- src/ServiceRuntime/Internal/RoleInstanceStatus.php | 2 +- src/ServiceRuntime/Internal/RuntimeKernel.php | 2 +- .../Internal/RuntimeVersionManager.php | 2 +- .../Internal/RuntimeVersionProtocolClient.php | 2 +- .../Internal/XmlCurrentStateSerializer.php | 2 +- .../Internal/XmlGoalStateDeserializer.php | 2 +- .../XmlRoleEnvironmentDataDeserializer.php | 2 +- src/ServiceRuntime/RoleEnvironment.php | 2 +- tests/framework/BlobServiceRestProxyTestBase.php | 2 +- tests/framework/MediaServicesRestProxyTestBase.php | 2 +- tests/framework/QueueServiceRestProxyTestBase.php | 2 +- tests/framework/RestProxyTestBase.php | 2 +- tests/framework/ServiceBusRestProxyTestBase.php | 2 +- .../ServiceManagementRestProxyTestBase.php | 2 +- tests/framework/ServiceRestProxyTestBase.php | 2 +- tests/framework/TableServiceRestProxyTestBase.php | 2 +- tests/framework/TestResources.php | 2 +- tests/framework/VirtualFileSystem.php | 2 +- .../MediaServices/MediaServicesFunctionalTest.php | 2 +- .../Internal/Authentication/OAuthSchemeMock.php | 2 +- .../Authentication/SharedKeyAuthSchemeMock.php | 2 +- .../Authentication/StorageAuthSchemeMock.php | 2 +- .../TableSharedKeyLiteAuthSchemeMock.php | 2 +- .../Common/Internal/Filters/SimpleFilterMock.php | 2 +- .../Common/CloudConfigurationManagerTest.php | 2 +- .../Common/Internal/Atom/AtomLinkTest.php | 2 +- .../Common/Internal/Atom/CategoryTest.php | 2 +- .../Common/Internal/Atom/ContentTest.php | 2 +- .../Common/Internal/Atom/EntryTest.php | 2 +- .../WindowsAzure/Common/Internal/Atom/FeedTest.php | 2 +- .../Common/Internal/Atom/GeneratorTest.php | 2 +- .../Common/Internal/Atom/PersonTest.php | 2 +- .../Common/Internal/Atom/SourceTest.php | 2 +- .../Internal/Authentication/OAuthSchemeTest.php | 2 +- .../Authentication/SharedKeyAuthSchemeTest.php | 2 +- .../Authentication/StorageAuthSchemeTest.php | 2 +- .../TableSharedKeyLiteAuthSchemeTest.php | 2 +- .../Common/Internal/ConnectionStringParserTest.php | 2 +- .../Common/Internal/ConnectionStringSourceTest.php | 2 +- .../Internal/Filters/AuthenticationFilterTest.php | 2 +- .../Common/Internal/Filters/DateFilterTest.php | 2 +- .../Common/Internal/Filters/HeadersFilterTest.php | 2 +- .../Common/Internal/Filters/WrapFilterTest.php | 2 +- .../Common/Internal/Http/BatchRequestTest.php | 2 +- .../Common/Internal/Http/BatchResponseTest.php | 2 +- .../Common/Internal/Http/HttpCallContextTest.php | 2 +- .../Common/Internal/Http/HttpClientTest.php | 2 +- .../WindowsAzure/Common/Internal/Http/UrlTest.php | 2 +- .../Internal/InvalidArgumentTypeExceptionTest.php | 2 +- .../WindowsAzure/Common/Internal/LoggerTest.php | 2 +- .../Common/Internal/MediaServicesSettingsTest.php | 2 +- .../Common/Internal/OAuthRestProxyTest.php | 2 +- .../Common/Internal/Serialization/DummyClass.php | 2 +- .../Internal/Serialization/JsonSerializerTest.php | 2 +- .../Internal/Serialization/XmlSerializerTest.php | 2 +- .../Common/Internal/ServiceBusSettingsTest.php | 2 +- .../Internal/ServiceManagementSettingsTest.php | 2 +- .../Common/Internal/ServiceRestProxyTest.php | 2 +- .../Common/Internal/StorageServiceSettingsTest.php | 2 +- .../WindowsAzure/Common/Internal/UtilitiesTest.php | 2 +- .../WindowsAzure/Common/Internal/ValidateTest.php | 2 +- .../Models/GetServicePropertiesResultTest.php | 2 +- .../WindowsAzure/Common/Models/LoggingTest.php | 2 +- .../WindowsAzure/Common/Models/MetricsTest.php | 2 +- .../Common/Models/OAuthAccessTokenTest.php | 2 +- .../Common/Models/RetentionPolicyTest.php | 2 +- .../Common/Models/ServicePropertiesTest.php | 2 +- .../WindowsAzure/Common/ServiceExceptionTest.php | 2 +- .../WindowsAzure/Common/ServicesBuilderTest.php | 2 +- .../Internal/ContentPropertiesSerializerTest.php | 2 +- .../MediaServices/MediaServicesRestProxyTest.php | 2 +- .../MediaServices/Models/AccessPolicyTest.php | 2 +- .../Models/AssetDeliveryPolicyTest.php | 2 +- .../MediaServices/Models/AssetFileTest.php | 2 +- .../MediaServices/Models/AssetTest.php | 2 +- .../Models/ContentKeyAuthorizationOptionsTest.php | 2 +- .../Models/ContentKeyAuthorizationPolicyTest.php | 2 +- .../ContentKeyAuthorizationRestrictionsTest.php | 2 +- .../MediaServices/Models/ContentKeyTest.php | 2 +- .../Models/EncodingReservedUnitTypeTest.php | 2 +- .../MediaServices/Models/ErrorDetailTest.php | 2 +- .../Models/IngestManifestAssetTest.php | 2 +- .../Models/IngestManifestFileTest.php | 2 +- .../Models/IngestManifestStatisticsTest.php | 2 +- .../MediaServices/Models/IngestManifestTest.php | 2 +- .../MediaServices/Models/JobTemplateTest.php | 2 +- .../WindowsAzure/MediaServices/Models/JobTest.php | 2 +- .../MediaServices/Models/LocatorTest.php | 2 +- .../MediaServices/Models/MediaProcessorTest.php | 2 +- .../MediaServices/Models/StorageAccountTest.php | 2 +- .../Models/TaskHistoricalEventTest.php | 2 +- .../MediaServices/Models/TaskTemplateTest.php | 2 +- .../WindowsAzure/MediaServices/Models/TaskTest.php | 2 +- .../Templates/AgcAndColorStripeRestrictionTest.php | 2 +- .../ContentEncryptionKeyFromKeyIdentifierTest.php | 2 +- .../ExplicitAnalogTelevisionRestrictionTest.php | 2 +- .../MediaServicesLicenseTemplateSerializerTest.php | 2 +- .../OpenIdConnectDiscoveryDocumentTest.php | 2 +- .../PlayReadyLicenseResponseTemplateTest.php | 2 +- .../Templates/PlayReadyLicenseTemplateTest.php | 2 +- .../Templates/PlayReadyPlayRightTest.php | 2 +- .../Templates/ScmsRestrictionTest.php | 2 +- .../Templates/SymmetricVerificationKeyTest.php | 2 +- .../MediaServices/Templates/TokenClaimsTest.php | 2 +- .../TokenRestrictionTemplateSerializerTest.php | 2 +- .../Templates/TokenRestrictionTemplateTest.php | 2 +- .../Templates/WidevineMessageTest.php | 2 +- .../Templates/X509CertTokenVerificationKeyTest.php | 2 +- .../ServiceBus/Internal/ActionTest.php | 2 +- .../ServiceBus/Internal/ActiveTokenTest.php | 2 +- .../ServiceBus/Internal/FilterTest.php | 2 +- .../ServiceBus/Internal/WrapTokenManagerTest.php | 2 +- .../ServiceBus/ServiceBusRestProxyTest.php | 2 +- .../WindowsAzure/ServiceBus/WrapRestProxyTest.php | 2 +- .../ServiceBus/models/BrokerPropertiesTest.php | 2 +- .../ServiceBus/models/BrokeredMessageTest.php | 2 +- .../ServiceBus/models/CorrelationFilterTest.php | 2 +- .../ServiceBus/models/EmptyRuleActionTest.php | 2 +- .../ServiceBus/models/FalseFilterTest.php | 2 +- .../ServiceBus/models/ListOptionsTest.php | 2 +- .../ServiceBus/models/ListQueuesOptionsTest.php | 2 +- .../ServiceBus/models/ListQueuesResultTest.php | 2 +- .../ServiceBus/models/ListRulesOptionsTest.php | 2 +- .../ServiceBus/models/ListRulesResultTest.php | 2 +- .../models/ListSubscriptionsOptionsTest.php | 2 +- .../models/ListSubscriptionsResultTest.php | 2 +- .../ServiceBus/models/ListTopicsOptionsTest.php | 2 +- .../ServiceBus/models/ListTopicsResultTest.php | 2 +- .../ServiceBus/models/QueueDescriptionTest.php | 2 +- .../ServiceBus/models/QueueInfoTest.php | 2 +- .../models/ReceiveMessageOptionsTest.php | 2 +- .../ServiceBus/models/RuleDescriptionTest.php | 2 +- .../ServiceBus/models/RuleInfoTest.php | 2 +- .../ServiceBus/models/SqlFilterTest.php | 2 +- .../ServiceBus/models/SqlRuleActionTest.php | 2 +- .../models/SubscriptionDescriptionTest.php | 2 +- .../ServiceBus/models/SubscriptionInfoTest.php | 2 +- .../ServiceBus/models/TopicDescriptionTest.php | 2 +- .../ServiceBus/models/TopicInfoTest.php | 2 +- .../ServiceBus/models/TrueFilterTest.php | 2 +- .../models/WrapAccessTokenResultTest.php | 2 +- .../ServiceManagement/Internal/ServiceTest.php | 2 +- .../Internal/WindowsAzureServiceTest.php | 2 +- .../ServiceManagement/Models/AffinityGroupTest.php | 2 +- .../Models/AsynchronousOperationResultTest.php | 2 +- .../ChangeDeploymentConfigurationOptionsTest.php | 2 +- .../Models/CreateAffinityGroupOptionsTest.php | 2 +- .../Models/CreateDeploymentOptionsTest.php | 2 +- .../Models/CreateStorageServiceOptionsTest.php | 2 +- .../Models/DeploymentSlotTest.php | 2 +- .../Models/DeploymentStatusTest.php | 2 +- .../ServiceManagement/Models/DeploymentTest.php | 2 +- .../GetAffinityGroupPropertiesResultTest.php | 2 +- .../Models/GetDeploymentOptionsTest.php | 2 +- .../Models/GetDeploymentResultTest.php | 2 +- .../GetHostedServicePropertiesOptionsTest.php | 2 +- .../GetHostedServicePropertiesResultTest.php | 2 +- .../Models/GetOperationStatusResultTest.php | 2 +- .../Models/GetStorageServiceKeysResultTest.php | 2 +- .../GetStorageServicePropertiesResultTest.php | 2 +- .../ServiceManagement/Models/HostedServiceTest.php | 2 +- .../ServiceManagement/Models/InputEndpointTest.php | 2 +- .../Models/ListAffinityGroupsResultTest.php | 2 +- .../Models/ListHostedServicesResultTest.php | 2 +- .../Models/ListLocationsResultTest.php | 2 +- .../Models/ListStorageServicesResultTest.php | 2 +- .../ServiceManagement/Models/LocationTest.php | 2 +- .../ServiceManagement/Models/ModeTest.php | 2 +- .../ServiceManagement/Models/RoleInstanceTest.php | 2 +- .../ServiceManagement/Models/RoleTest.php | 2 +- .../Models/StorageServiceTest.php | 2 +- .../Models/UpdateServiceOptionsTest.php | 2 +- .../Models/UpgradeDeploymentOptionsTest.php | 2 +- .../ServiceManagement/Models/UpgradeStatusTest.php | 2 +- .../ServiceManagementRestProxyTest.php | 2 +- .../Internal/AcquireCurrentStateTest.php | 2 +- .../Internal/ChunkedGoalStateDeserializerTest.php | 2 +- .../ServiceRuntime/Internal/CurrentStateTest.php | 2 +- .../Internal/FileInputChannelTest.php | 2 +- .../Internal/FileOutputChannelTest.php | 2 +- .../ServiceRuntime/Internal/GoalStateTest.php | 2 +- .../ServiceRuntime/Internal/LocalResourceTest.php | 2 +- .../Internal/Protocol1RuntimeClientFactoryTest.php | 2 +- .../Internal/Protocol1RuntimeClientTest.php | 2 +- .../Protocol1RuntimeCurrentStateClientTest.php | 2 +- .../Protocol1RuntimeGoalStateClientTest.php | 2 +- .../Internal/ReleaseCurrentStateTest.php | 2 +- ...leEnvironmentConfigurationSettingChangeTest.php | 2 +- .../Internal/RoleEnvironmentDataTest.php | 2 +- .../Internal/RoleEnvironmentTopologyChangeTest.php | 2 +- .../Internal/RoleInstanceEndpointTest.php | 2 +- .../ServiceRuntime/Internal/RoleInstanceTest.php | 2 +- .../ServiceRuntime/Internal/RoleTest.php | 2 +- .../ServiceRuntime/Internal/RuntimeKernelTest.php | 2 +- .../Internal/RuntimeVersionManagerTest.php | 2 +- .../Internal/RuntimeVersionProtocolClientTest.php | 2 +- .../Internal/XmlCurrentStateSerializerTest.php | 2 +- .../Internal/XmlGoalStateDeserializerTest.php | 2 +- .../XmlRoleEnvironmentDataDeserializerTest.php | 2 +- .../ServiceRuntime/RoleEnvironmentTest.php | 2 +- 453 files changed, 463 insertions(+), 461 deletions(-) diff --git a/bin/release-tool.php b/bin/release-tool.php index 2843ef429..b26698f58 100755 --- a/bin/release-tool.php +++ b/bin/release-tool.php @@ -30,7 +30,7 @@ * 2. run php .\bin\release-tool.php in the root directory */ const VER_TOKEN = ' * @version'; -const NEW_VER = ' Release: 0.4.5_2016-09'; +const NEW_VER = ' Release: 0.5.0_2016-11'; $startDir = __DIR__.'/../'; //this will update SDK sources, test sources and examples. $updateVersion = true; diff --git a/changelog.txt b/changelog.txt index f58d1ac97..7e593f9b8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,7 @@ -- Breaking changes - - [Type declarations](http://php.net/manual/en/functions.arguments.php#functions.arguments.type-declaration) +Windows Azure SDK For PHP 0.5.0, 2016-10-31 +------------------------------------------- + +- Breaking changes [Type declarations](http://php.net/manual/en/functions.arguments.php#functions.arguments.type-declaration) - WindowsAzure\MediaServices\Models\AssetDeliveryPolicyConfigurationKey - stringifyAssetDeliveryPolicyConfiguartionKey() => stringifyAssetDeliveryPolicyConfigurationKey() - src/WindowsAzure.php has been removed, diff --git a/examples/Client/CloudStorageService.php b/examples/Client/CloudStorageService.php index 81d8be909..89837c3d5 100644 --- a/examples/Client/CloudStorageService.php +++ b/examples/Client/CloudStorageService.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/examples/Client/CloudSubscription.php b/examples/Client/CloudSubscription.php index 4937ab2da..5eb5d333a 100644 --- a/examples/Client/CloudSubscription.php +++ b/examples/Client/CloudSubscription.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/examples/Client/CloudTable.php b/examples/Client/CloudTable.php index 5ebc59932..e06ff8ab8 100644 --- a/examples/Client/CloudTable.php +++ b/examples/Client/CloudTable.php @@ -41,7 +41,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/examples/Client/ErrorMessages.php b/examples/Client/ErrorMessages.php index 90d8928a7..140595157 100644 --- a/examples/Client/ErrorMessages.php +++ b/examples/Client/ErrorMessages.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/examples/Client/WindowsAzureErrorCodes.php b/examples/Client/WindowsAzureErrorCodes.php index 61df3728c..2a41fe957 100644 --- a/examples/Client/WindowsAzureErrorCodes.php +++ b/examples/Client/WindowsAzureErrorCodes.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/CloudConfigurationManager.php b/src/Common/CloudConfigurationManager.php index c30df53e6..00c146348 100644 --- a/src/Common/CloudConfigurationManager.php +++ b/src/Common/CloudConfigurationManager.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Atom/AtomBase.php b/src/Common/Internal/Atom/AtomBase.php index 27eae336e..071f3017a 100644 --- a/src/Common/Internal/Atom/AtomBase.php +++ b/src/Common/Internal/Atom/AtomBase.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Atom/AtomLink.php b/src/Common/Internal/Atom/AtomLink.php index 9730f485e..0c8fd7522 100644 --- a/src/Common/Internal/Atom/AtomLink.php +++ b/src/Common/Internal/Atom/AtomLink.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Atom/Category.php b/src/Common/Internal/Atom/Category.php index 655744159..0cd606e6b 100644 --- a/src/Common/Internal/Atom/Category.php +++ b/src/Common/Internal/Atom/Category.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Atom/Content.php b/src/Common/Internal/Atom/Content.php index 721791551..421a5d496 100644 --- a/src/Common/Internal/Atom/Content.php +++ b/src/Common/Internal/Atom/Content.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Atom/Entry.php b/src/Common/Internal/Atom/Entry.php index 5bb5c9a15..219a8884a 100644 --- a/src/Common/Internal/Atom/Entry.php +++ b/src/Common/Internal/Atom/Entry.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Atom/Feed.php b/src/Common/Internal/Atom/Feed.php index 958cf7f33..5f3cd714d 100644 --- a/src/Common/Internal/Atom/Feed.php +++ b/src/Common/Internal/Atom/Feed.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Atom/Generator.php b/src/Common/Internal/Atom/Generator.php index 4e42ad885..a7f577ae7 100644 --- a/src/Common/Internal/Atom/Generator.php +++ b/src/Common/Internal/Atom/Generator.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Atom/Person.php b/src/Common/Internal/Atom/Person.php index 93ff8a746..8e5018ed4 100644 --- a/src/Common/Internal/Atom/Person.php +++ b/src/Common/Internal/Atom/Person.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Atom/Source.php b/src/Common/Internal/Atom/Source.php index 566e21df3..8aa4797ff 100644 --- a/src/Common/Internal/Atom/Source.php +++ b/src/Common/Internal/Atom/Source.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Authentication/IAuthScheme.php b/src/Common/Internal/Authentication/IAuthScheme.php index 00cc08c8b..eae2d4e3f 100644 --- a/src/Common/Internal/Authentication/IAuthScheme.php +++ b/src/Common/Internal/Authentication/IAuthScheme.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Authentication/OAuthScheme.php b/src/Common/Internal/Authentication/OAuthScheme.php index ecb1c10b2..d2ab59278 100644 --- a/src/Common/Internal/Authentication/OAuthScheme.php +++ b/src/Common/Internal/Authentication/OAuthScheme.php @@ -39,7 +39,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link http://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Authentication/SharedKeyAuthScheme.php b/src/Common/Internal/Authentication/SharedKeyAuthScheme.php index 702eea781..71a23ef68 100644 --- a/src/Common/Internal/Authentication/SharedKeyAuthScheme.php +++ b/src/Common/Internal/Authentication/SharedKeyAuthScheme.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Authentication/StorageAuthScheme.php b/src/Common/Internal/Authentication/StorageAuthScheme.php index 1cf4a48ff..52b3706cd 100644 --- a/src/Common/Internal/Authentication/StorageAuthScheme.php +++ b/src/Common/Internal/Authentication/StorageAuthScheme.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php b/src/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php index 3f8186b27..f73b54b19 100644 --- a/src/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php +++ b/src/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link http://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/ConnectionStringParser.php b/src/Common/Internal/ConnectionStringParser.php index 365ae2753..372e6a201 100644 --- a/src/Common/Internal/ConnectionStringParser.php +++ b/src/Common/Internal/ConnectionStringParser.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/ConnectionStringSource.php b/src/Common/Internal/ConnectionStringSource.php index e249de523..8b1e052c4 100644 --- a/src/Common/Internal/ConnectionStringSource.php +++ b/src/Common/Internal/ConnectionStringSource.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/FilterableService.php b/src/Common/Internal/FilterableService.php index 65ab86861..f581d324b 100644 --- a/src/Common/Internal/FilterableService.php +++ b/src/Common/Internal/FilterableService.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Filters/AuthenticationFilter.php b/src/Common/Internal/Filters/AuthenticationFilter.php index 675597559..c0f433842 100644 --- a/src/Common/Internal/Filters/AuthenticationFilter.php +++ b/src/Common/Internal/Filters/AuthenticationFilter.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Filters/DateFilter.php b/src/Common/Internal/Filters/DateFilter.php index 765d399ad..e22e6182b 100644 --- a/src/Common/Internal/Filters/DateFilter.php +++ b/src/Common/Internal/Filters/DateFilter.php @@ -39,7 +39,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Filters/HeadersFilter.php b/src/Common/Internal/Filters/HeadersFilter.php index d0a25fd05..ce420d3fd 100644 --- a/src/Common/Internal/Filters/HeadersFilter.php +++ b/src/Common/Internal/Filters/HeadersFilter.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Filters/WrapFilter.php b/src/Common/Internal/Filters/WrapFilter.php index 94728e3ee..835f3bcf5 100644 --- a/src/Common/Internal/Filters/WrapFilter.php +++ b/src/Common/Internal/Filters/WrapFilter.php @@ -41,7 +41,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Http/BatchRequest.php b/src/Common/Internal/Http/BatchRequest.php index 5337a0e14..0c2322aca 100644 --- a/src/Common/Internal/Http/BatchRequest.php +++ b/src/Common/Internal/Http/BatchRequest.php @@ -38,7 +38,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Http/BatchResponse.php b/src/Common/Internal/Http/BatchResponse.php index e7eeb2d56..95da8951f 100644 --- a/src/Common/Internal/Http/BatchResponse.php +++ b/src/Common/Internal/Http/BatchResponse.php @@ -41,7 +41,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Http/HttpCallContext.php b/src/Common/Internal/Http/HttpCallContext.php index 7ca535ff3..9d9bb8e22 100644 --- a/src/Common/Internal/Http/HttpCallContext.php +++ b/src/Common/Internal/Http/HttpCallContext.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Http/HttpClient.php b/src/Common/Internal/Http/HttpClient.php index be8106f29..6cc5c194b 100644 --- a/src/Common/Internal/Http/HttpClient.php +++ b/src/Common/Internal/Http/HttpClient.php @@ -43,7 +43,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Http/IHttpClient.php b/src/Common/Internal/Http/IHttpClient.php index c48536981..cd38a33db 100644 --- a/src/Common/Internal/Http/IHttpClient.php +++ b/src/Common/Internal/Http/IHttpClient.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Http/IUrl.php b/src/Common/Internal/Http/IUrl.php index 50e3e2ebf..975c530f1 100644 --- a/src/Common/Internal/Http/IUrl.php +++ b/src/Common/Internal/Http/IUrl.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Http/Url.php b/src/Common/Internal/Http/Url.php index b5f44ba3c..4f4e50969 100644 --- a/src/Common/Internal/Http/Url.php +++ b/src/Common/Internal/Http/Url.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/IServiceFilter.php b/src/Common/Internal/IServiceFilter.php index 0438ada25..e2abc81ba 100644 --- a/src/Common/Internal/IServiceFilter.php +++ b/src/Common/Internal/IServiceFilter.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/InvalidArgumentTypeException.php b/src/Common/Internal/InvalidArgumentTypeException.php index 53799d176..bc91ce61a 100644 --- a/src/Common/Internal/InvalidArgumentTypeException.php +++ b/src/Common/Internal/InvalidArgumentTypeException.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Logger.php b/src/Common/Internal/Logger.php index d9fc1bc26..4623f0fdd 100644 --- a/src/Common/Internal/Logger.php +++ b/src/Common/Internal/Logger.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/MediaServicesSettings.php b/src/Common/Internal/MediaServicesSettings.php index 0c34e1f1e..2df460d5e 100644 --- a/src/Common/Internal/MediaServicesSettings.php +++ b/src/Common/Internal/MediaServicesSettings.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/OAuthRestProxy.php b/src/Common/Internal/OAuthRestProxy.php index a0acdd04c..f95723ea3 100644 --- a/src/Common/Internal/OAuthRestProxy.php +++ b/src/Common/Internal/OAuthRestProxy.php @@ -38,7 +38,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/ParserState.php b/src/Common/Internal/ParserState.php index 7b170c3ca..552e56fe1 100644 --- a/src/Common/Internal/ParserState.php +++ b/src/Common/Internal/ParserState.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Resources.php b/src/Common/Internal/Resources.php index 30837f2c7..8e3a6b6e2 100644 --- a/src/Common/Internal/Resources.php +++ b/src/Common/Internal/Resources.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ @@ -251,7 +251,7 @@ class Resources const PRL_XML_NAMESPACE = 'http://schemas.microsoft.com/Azure/MediaServices/KeyDelivery/PlayReadyTemplate/v1'; // Header values - const SDK_USER_AGENT = 'Azure-SDK-For-PHP/0.4.5'; + const SDK_USER_AGENT = 'Azure-SDK-For-PHP/0.5.0'; const STORAGE_API_LATEST_VERSION = '2012-02-12'; const SM_API_LATEST_VERSION = '2011-10-01'; const DATA_SERVICE_VERSION_VALUE = '1.0;NetFx'; diff --git a/src/Common/Internal/RestProxy.php b/src/Common/Internal/RestProxy.php index f457506bb..9588c5a23 100644 --- a/src/Common/Internal/RestProxy.php +++ b/src/Common/Internal/RestProxy.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Serialization/ISerializer.php b/src/Common/Internal/Serialization/ISerializer.php index 07e9693fc..9f91ee33e 100644 --- a/src/Common/Internal/Serialization/ISerializer.php +++ b/src/Common/Internal/Serialization/ISerializer.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Serialization/JsonSerializer.php b/src/Common/Internal/Serialization/JsonSerializer.php index 8f3bb2b5f..54f110789 100644 --- a/src/Common/Internal/Serialization/JsonSerializer.php +++ b/src/Common/Internal/Serialization/JsonSerializer.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Serialization/XmlSerializer.php b/src/Common/Internal/Serialization/XmlSerializer.php index fb6fb1122..f7d750b2b 100644 --- a/src/Common/Internal/Serialization/XmlSerializer.php +++ b/src/Common/Internal/Serialization/XmlSerializer.php @@ -39,7 +39,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/ServiceBusSettings.php b/src/Common/Internal/ServiceBusSettings.php index 6c501eeff..29a24efd9 100644 --- a/src/Common/Internal/ServiceBusSettings.php +++ b/src/Common/Internal/ServiceBusSettings.php @@ -35,7 +35,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/ServiceManagementSettings.php b/src/Common/Internal/ServiceManagementSettings.php index bc04f0b1b..318590bd5 100644 --- a/src/Common/Internal/ServiceManagementSettings.php +++ b/src/Common/Internal/ServiceManagementSettings.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/ServiceRestProxy.php b/src/Common/Internal/ServiceRestProxy.php index c6f5e56cc..9ce47c53d 100644 --- a/src/Common/Internal/ServiceRestProxy.php +++ b/src/Common/Internal/ServiceRestProxy.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/ServiceSettings.php b/src/Common/Internal/ServiceSettings.php index 1d78482ac..28f02c0db 100644 --- a/src/Common/Internal/ServiceSettings.php +++ b/src/Common/Internal/ServiceSettings.php @@ -43,7 +43,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/StorageServiceSettings.php b/src/Common/Internal/StorageServiceSettings.php index ef7c65a92..a2b202820 100644 --- a/src/Common/Internal/StorageServiceSettings.php +++ b/src/Common/Internal/StorageServiceSettings.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Utilities.php b/src/Common/Internal/Utilities.php index cf1f175d0..7b77b38db 100644 --- a/src/Common/Internal/Utilities.php +++ b/src/Common/Internal/Utilities.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Validate.php b/src/Common/Internal/Validate.php index 046a71e9a..89645cb01 100644 --- a/src/Common/Internal/Validate.php +++ b/src/Common/Internal/Validate.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Models/GetServicePropertiesResult.php b/src/Common/Models/GetServicePropertiesResult.php index b6569a967..2e344f434 100644 --- a/src/Common/Models/GetServicePropertiesResult.php +++ b/src/Common/Models/GetServicePropertiesResult.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Models/Logging.php b/src/Common/Models/Logging.php index 953c3f18a..60568845d 100644 --- a/src/Common/Models/Logging.php +++ b/src/Common/Models/Logging.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Models/Metrics.php b/src/Common/Models/Metrics.php index 536da716b..828c4919e 100644 --- a/src/Common/Models/Metrics.php +++ b/src/Common/Models/Metrics.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Models/OAuthAccessToken.php b/src/Common/Models/OAuthAccessToken.php index 09e3e2da8..ecad63605 100644 --- a/src/Common/Models/OAuthAccessToken.php +++ b/src/Common/Models/OAuthAccessToken.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Models/RetentionPolicy.php b/src/Common/Models/RetentionPolicy.php index eee0abbf4..c6b4384e9 100644 --- a/src/Common/Models/RetentionPolicy.php +++ b/src/Common/Models/RetentionPolicy.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Models/ServiceProperties.php b/src/Common/Models/ServiceProperties.php index 129709ed1..53591a98f 100644 --- a/src/Common/Models/ServiceProperties.php +++ b/src/Common/Models/ServiceProperties.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/ServiceException.php b/src/Common/ServiceException.php index 4aa413a9a..c18324845 100644 --- a/src/Common/ServiceException.php +++ b/src/Common/ServiceException.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/ServicesBuilder.php b/src/Common/ServicesBuilder.php index 7e9faa845..f26f3b0fc 100644 --- a/src/Common/ServicesBuilder.php +++ b/src/Common/ServicesBuilder.php @@ -67,7 +67,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Internal/ContentPropertiesSerializer.php b/src/MediaServices/Internal/ContentPropertiesSerializer.php index 17ee77d78..f7ada81d7 100644 --- a/src/MediaServices/Internal/ContentPropertiesSerializer.php +++ b/src/MediaServices/Internal/ContentPropertiesSerializer.php @@ -38,7 +38,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/MediaServices/Internal/IMediaServices.php b/src/MediaServices/Internal/IMediaServices.php index 8bf926edb..bc51d2678 100644 --- a/src/MediaServices/Internal/IMediaServices.php +++ b/src/MediaServices/Internal/IMediaServices.php @@ -53,7 +53,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/MediaServicesRestProxy.php b/src/MediaServices/MediaServicesRestProxy.php index 3dbdddd72..9050bd5c1 100644 --- a/src/MediaServices/MediaServicesRestProxy.php +++ b/src/MediaServices/MediaServicesRestProxy.php @@ -76,7 +76,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AccessPolicy.php b/src/MediaServices/Models/AccessPolicy.php index 97133826d..14baf8b81 100644 --- a/src/MediaServices/Models/AccessPolicy.php +++ b/src/MediaServices/Models/AccessPolicy.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AdMarkerSources.php b/src/MediaServices/Models/AdMarkerSources.php index a54a85ed2..a3a1c2934 100644 --- a/src/MediaServices/Models/AdMarkerSources.php +++ b/src/MediaServices/Models/AdMarkerSources.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/Asset.php b/src/MediaServices/Models/Asset.php index 250782c04..724ca1531 100644 --- a/src/MediaServices/Models/Asset.php +++ b/src/MediaServices/Models/Asset.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AssetDeliveryPolicy.php b/src/MediaServices/Models/AssetDeliveryPolicy.php index 69d73a45e..75d8ca974 100644 --- a/src/MediaServices/Models/AssetDeliveryPolicy.php +++ b/src/MediaServices/Models/AssetDeliveryPolicy.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AssetDeliveryPolicyConfigurationKey.php b/src/MediaServices/Models/AssetDeliveryPolicyConfigurationKey.php index 5937037b4..77cf67a9f 100644 --- a/src/MediaServices/Models/AssetDeliveryPolicyConfigurationKey.php +++ b/src/MediaServices/Models/AssetDeliveryPolicyConfigurationKey.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AssetDeliveryPolicyType.php b/src/MediaServices/Models/AssetDeliveryPolicyType.php index 5e4407785..615fc3872 100644 --- a/src/MediaServices/Models/AssetDeliveryPolicyType.php +++ b/src/MediaServices/Models/AssetDeliveryPolicyType.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AssetDeliveryProtocol.php b/src/MediaServices/Models/AssetDeliveryProtocol.php index 8726533a9..5c3daab50 100644 --- a/src/MediaServices/Models/AssetDeliveryProtocol.php +++ b/src/MediaServices/Models/AssetDeliveryProtocol.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AssetFile.php b/src/MediaServices/Models/AssetFile.php index 4e4409fea..1d34aa11f 100644 --- a/src/MediaServices/Models/AssetFile.php +++ b/src/MediaServices/Models/AssetFile.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AudioStream.php b/src/MediaServices/Models/AudioStream.php index 91530ec13..dd66219ad 100644 --- a/src/MediaServices/Models/AudioStream.php +++ b/src/MediaServices/Models/AudioStream.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/Channel.php b/src/MediaServices/Models/Channel.php index 492f17d7f..abbd36a9b 100644 --- a/src/MediaServices/Models/Channel.php +++ b/src/MediaServices/Models/Channel.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ChannelEncoding.php b/src/MediaServices/Models/ChannelEncoding.php index f9bda2dc0..b031d93bf 100644 --- a/src/MediaServices/Models/ChannelEncoding.php +++ b/src/MediaServices/Models/ChannelEncoding.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ChannelEncodingPresets.php b/src/MediaServices/Models/ChannelEncodingPresets.php index 7ad8acd1b..06d9e8272 100644 --- a/src/MediaServices/Models/ChannelEncodingPresets.php +++ b/src/MediaServices/Models/ChannelEncodingPresets.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ChannelEndpoint.php b/src/MediaServices/Models/ChannelEndpoint.php index 7211ae0ff..ea12054ea 100644 --- a/src/MediaServices/Models/ChannelEndpoint.php +++ b/src/MediaServices/Models/ChannelEndpoint.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ChannelInput.php b/src/MediaServices/Models/ChannelInput.php index 48f4d6f40..845755f60 100644 --- a/src/MediaServices/Models/ChannelInput.php +++ b/src/MediaServices/Models/ChannelInput.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ChannelInputAccessControl.php b/src/MediaServices/Models/ChannelInputAccessControl.php index c83d5365c..1591546d2 100644 --- a/src/MediaServices/Models/ChannelInputAccessControl.php +++ b/src/MediaServices/Models/ChannelInputAccessControl.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ChannelOutput.php b/src/MediaServices/Models/ChannelOutput.php index 9512ec095..b0f07700e 100644 --- a/src/MediaServices/Models/ChannelOutput.php +++ b/src/MediaServices/Models/ChannelOutput.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ChannelOutputHls.php b/src/MediaServices/Models/ChannelOutputHls.php index 854479488..d17f19226 100644 --- a/src/MediaServices/Models/ChannelOutputHls.php +++ b/src/MediaServices/Models/ChannelOutputHls.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ChannelPreview.php b/src/MediaServices/Models/ChannelPreview.php index e310e61c0..db9f4c160 100644 --- a/src/MediaServices/Models/ChannelPreview.php +++ b/src/MediaServices/Models/ChannelPreview.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ChannelPreviewAccessControl.php b/src/MediaServices/Models/ChannelPreviewAccessControl.php index a378d4452..4c707ec3e 100644 --- a/src/MediaServices/Models/ChannelPreviewAccessControl.php +++ b/src/MediaServices/Models/ChannelPreviewAccessControl.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ChannelSlate.php b/src/MediaServices/Models/ChannelSlate.php index 2db72179b..2067fa6c0 100644 --- a/src/MediaServices/Models/ChannelSlate.php +++ b/src/MediaServices/Models/ChannelSlate.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ChannelState.php b/src/MediaServices/Models/ChannelState.php index e58fc6c05..efa276512 100644 --- a/src/MediaServices/Models/ChannelState.php +++ b/src/MediaServices/Models/ChannelState.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKey.php b/src/MediaServices/Models/ContentKey.php index 1a81d8c07..0a0b92185 100644 --- a/src/MediaServices/Models/ContentKey.php +++ b/src/MediaServices/Models/ContentKey.php @@ -37,7 +37,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKeyAuthorizationPolicy.php b/src/MediaServices/Models/ContentKeyAuthorizationPolicy.php index 5815f59ad..bff1468ba 100644 --- a/src/MediaServices/Models/ContentKeyAuthorizationPolicy.php +++ b/src/MediaServices/Models/ContentKeyAuthorizationPolicy.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKeyAuthorizationPolicyOption.php b/src/MediaServices/Models/ContentKeyAuthorizationPolicyOption.php index 0d72488d4..45104d31f 100644 --- a/src/MediaServices/Models/ContentKeyAuthorizationPolicyOption.php +++ b/src/MediaServices/Models/ContentKeyAuthorizationPolicyOption.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKeyAuthorizationPolicyRestriction.php b/src/MediaServices/Models/ContentKeyAuthorizationPolicyRestriction.php index 7d005afff..7009a2dae 100644 --- a/src/MediaServices/Models/ContentKeyAuthorizationPolicyRestriction.php +++ b/src/MediaServices/Models/ContentKeyAuthorizationPolicyRestriction.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKeyDeliveryType.php b/src/MediaServices/Models/ContentKeyDeliveryType.php index 5bcdee909..a98de31bd 100644 --- a/src/MediaServices/Models/ContentKeyDeliveryType.php +++ b/src/MediaServices/Models/ContentKeyDeliveryType.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKeyRestrictionType.php b/src/MediaServices/Models/ContentKeyRestrictionType.php index 1574459f6..b938d4e5f 100644 --- a/src/MediaServices/Models/ContentKeyRestrictionType.php +++ b/src/MediaServices/Models/ContentKeyRestrictionType.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKeyTypes.php b/src/MediaServices/Models/ContentKeyTypes.php index 3e0d446d8..a2b40d60f 100644 --- a/src/MediaServices/Models/ContentKeyTypes.php +++ b/src/MediaServices/Models/ContentKeyTypes.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/CrossSiteAccessPolicies.php b/src/MediaServices/Models/CrossSiteAccessPolicies.php index a87041eae..8d74fac6d 100644 --- a/src/MediaServices/Models/CrossSiteAccessPolicies.php +++ b/src/MediaServices/Models/CrossSiteAccessPolicies.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/EncodingReservedUnit.php b/src/MediaServices/Models/EncodingReservedUnit.php index 9337224b7..8ca207811 100644 --- a/src/MediaServices/Models/EncodingReservedUnit.php +++ b/src/MediaServices/Models/EncodingReservedUnit.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/EncodingReservedUnitType.php b/src/MediaServices/Models/EncodingReservedUnitType.php index edf80a912..df6da488a 100644 --- a/src/MediaServices/Models/EncodingReservedUnitType.php +++ b/src/MediaServices/Models/EncodingReservedUnitType.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/EncodingType.php b/src/MediaServices/Models/EncodingType.php index 421ddad98..9a6decde8 100644 --- a/src/MediaServices/Models/EncodingType.php +++ b/src/MediaServices/Models/EncodingType.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/EncryptionSchemes.php b/src/MediaServices/Models/EncryptionSchemes.php index 5d3bb1748..a61f838ed 100644 --- a/src/MediaServices/Models/EncryptionSchemes.php +++ b/src/MediaServices/Models/EncryptionSchemes.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ErrorDetail.php b/src/MediaServices/Models/ErrorDetail.php index 9094120e9..ea83bb3cb 100644 --- a/src/MediaServices/Models/ErrorDetail.php +++ b/src/MediaServices/Models/ErrorDetail.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/IPAccessControl.php b/src/MediaServices/Models/IPAccessControl.php index bf45db890..5cdb1dc89 100644 --- a/src/MediaServices/Models/IPAccessControl.php +++ b/src/MediaServices/Models/IPAccessControl.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/IPRange.php b/src/MediaServices/Models/IPRange.php index dc1c0cb97..872533daf 100644 --- a/src/MediaServices/Models/IPRange.php +++ b/src/MediaServices/Models/IPRange.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/IngestManifest.php b/src/MediaServices/Models/IngestManifest.php index 79ba12db6..667916043 100644 --- a/src/MediaServices/Models/IngestManifest.php +++ b/src/MediaServices/Models/IngestManifest.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/IngestManifestAsset.php b/src/MediaServices/Models/IngestManifestAsset.php index 3dcaff018..90da98286 100644 --- a/src/MediaServices/Models/IngestManifestAsset.php +++ b/src/MediaServices/Models/IngestManifestAsset.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/IngestManifestFile.php b/src/MediaServices/Models/IngestManifestFile.php index 6f045e8d3..7ac864594 100644 --- a/src/MediaServices/Models/IngestManifestFile.php +++ b/src/MediaServices/Models/IngestManifestFile.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/IngestManifestStatistics.php b/src/MediaServices/Models/IngestManifestStatistics.php index 7893b38c0..e8a5761e7 100644 --- a/src/MediaServices/Models/IngestManifestStatistics.php +++ b/src/MediaServices/Models/IngestManifestStatistics.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/Job.php b/src/MediaServices/Models/Job.php index c780da18e..0a84829ae 100644 --- a/src/MediaServices/Models/Job.php +++ b/src/MediaServices/Models/Job.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/JobTemplate.php b/src/MediaServices/Models/JobTemplate.php index dba8917a7..2e056311a 100644 --- a/src/MediaServices/Models/JobTemplate.php +++ b/src/MediaServices/Models/JobTemplate.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/Locator.php b/src/MediaServices/Models/Locator.php index 03b51625c..3903a161e 100644 --- a/src/MediaServices/Models/Locator.php +++ b/src/MediaServices/Models/Locator.php @@ -37,7 +37,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/MediaProcessor.php b/src/MediaServices/Models/MediaProcessor.php index c42cd0f4d..7d26050f4 100644 --- a/src/MediaServices/Models/MediaProcessor.php +++ b/src/MediaServices/Models/MediaProcessor.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/Operation.php b/src/MediaServices/Models/Operation.php index 1bbdd05b0..8cce51872 100644 --- a/src/MediaServices/Models/Operation.php +++ b/src/MediaServices/Models/Operation.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/OperationState.php b/src/MediaServices/Models/OperationState.php index ba4aab8c2..148a1613c 100644 --- a/src/MediaServices/Models/OperationState.php +++ b/src/MediaServices/Models/OperationState.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/Program.php b/src/MediaServices/Models/Program.php index b1b6d8f1b..d7e1a4f4a 100644 --- a/src/MediaServices/Models/Program.php +++ b/src/MediaServices/Models/Program.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ProgramState.php b/src/MediaServices/Models/ProgramState.php index 4576500e4..d90434339 100644 --- a/src/MediaServices/Models/ProgramState.php +++ b/src/MediaServices/Models/ProgramState.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ProtectionKeyTypes.php b/src/MediaServices/Models/ProtectionKeyTypes.php index 501ce8bb6..c7c33e4e1 100644 --- a/src/MediaServices/Models/ProtectionKeyTypes.php +++ b/src/MediaServices/Models/ProtectionKeyTypes.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/StorageAccount.php b/src/MediaServices/Models/StorageAccount.php index a5b0dca99..7112dd136 100644 --- a/src/MediaServices/Models/StorageAccount.php +++ b/src/MediaServices/Models/StorageAccount.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/StreamingProtocol.php b/src/MediaServices/Models/StreamingProtocol.php index 918b9daec..5fc959211 100644 --- a/src/MediaServices/Models/StreamingProtocol.php +++ b/src/MediaServices/Models/StreamingProtocol.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/Task.php b/src/MediaServices/Models/Task.php index b1f2f5c0f..d37c2300b 100644 --- a/src/MediaServices/Models/Task.php +++ b/src/MediaServices/Models/Task.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/TaskHistoricalEvent.php b/src/MediaServices/Models/TaskHistoricalEvent.php index 3917c0367..904b8b6b6 100644 --- a/src/MediaServices/Models/TaskHistoricalEvent.php +++ b/src/MediaServices/Models/TaskHistoricalEvent.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/TaskOptions.php b/src/MediaServices/Models/TaskOptions.php index ee976c707..9851d3795 100644 --- a/src/MediaServices/Models/TaskOptions.php +++ b/src/MediaServices/Models/TaskOptions.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/TaskTemplate.php b/src/MediaServices/Models/TaskTemplate.php index 8b2ceaa88..e68a257ea 100644 --- a/src/MediaServices/Models/TaskTemplate.php +++ b/src/MediaServices/Models/TaskTemplate.php @@ -37,7 +37,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/VideoStream.php b/src/MediaServices/Models/VideoStream.php index b1a8ad0bc..994b9a636 100644 --- a/src/MediaServices/Models/VideoStream.php +++ b/src/MediaServices/Models/VideoStream.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/AgcAndColorStripeRestriction.php b/src/MediaServices/Templates/AgcAndColorStripeRestriction.php index b26d5a6c3..ab69708c0 100644 --- a/src/MediaServices/Templates/AgcAndColorStripeRestriction.php +++ b/src/MediaServices/Templates/AgcAndColorStripeRestriction.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/AllowedTrackTypes.php b/src/MediaServices/Templates/AllowedTrackTypes.php index 3066ebe77..2a83fb100 100644 --- a/src/MediaServices/Templates/AllowedTrackTypes.php +++ b/src/MediaServices/Templates/AllowedTrackTypes.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/AsymmetricTokenVerificationKey.php b/src/MediaServices/Templates/AsymmetricTokenVerificationKey.php index fbf87a0f3..6c78533a9 100644 --- a/src/MediaServices/Templates/AsymmetricTokenVerificationKey.php +++ b/src/MediaServices/Templates/AsymmetricTokenVerificationKey.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/ContentEncryptionKeyFromHeader.php b/src/MediaServices/Templates/ContentEncryptionKeyFromHeader.php index 322433e95..af9c0e7fb 100644 --- a/src/MediaServices/Templates/ContentEncryptionKeyFromHeader.php +++ b/src/MediaServices/Templates/ContentEncryptionKeyFromHeader.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/ContentEncryptionKeyFromKeyIdentifier.php b/src/MediaServices/Templates/ContentEncryptionKeyFromKeyIdentifier.php index fa803af3d..5351938a3 100644 --- a/src/MediaServices/Templates/ContentEncryptionKeyFromKeyIdentifier.php +++ b/src/MediaServices/Templates/ContentEncryptionKeyFromKeyIdentifier.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/ContentKeySpecs.php b/src/MediaServices/Templates/ContentKeySpecs.php index 6f2642b3f..254d26c9c 100644 --- a/src/MediaServices/Templates/ContentKeySpecs.php +++ b/src/MediaServices/Templates/ContentKeySpecs.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/ErrorMessages.php b/src/MediaServices/Templates/ErrorMessages.php index f98b0cf71..afe13c3fc 100644 --- a/src/MediaServices/Templates/ErrorMessages.php +++ b/src/MediaServices/Templates/ErrorMessages.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/ExplicitAnalogTelevisionRestriction.php b/src/MediaServices/Templates/ExplicitAnalogTelevisionRestriction.php index 90232d675..fc6984d14 100644 --- a/src/MediaServices/Templates/ExplicitAnalogTelevisionRestriction.php +++ b/src/MediaServices/Templates/ExplicitAnalogTelevisionRestriction.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/FairPlayConfiguration.php b/src/MediaServices/Templates/FairPlayConfiguration.php index cd7fd2f6f..f6ae450bd 100644 --- a/src/MediaServices/Templates/FairPlayConfiguration.php +++ b/src/MediaServices/Templates/FairPlayConfiguration.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/Hdcp.php b/src/MediaServices/Templates/Hdcp.php index 210032cd0..adff8cda9 100644 --- a/src/MediaServices/Templates/Hdcp.php +++ b/src/MediaServices/Templates/Hdcp.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/MediaServicesLicenseTemplateSerializer.php b/src/MediaServices/Templates/MediaServicesLicenseTemplateSerializer.php index 55604bccd..36f4c4852 100644 --- a/src/MediaServices/Templates/MediaServicesLicenseTemplateSerializer.php +++ b/src/MediaServices/Templates/MediaServicesLicenseTemplateSerializer.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/OpenIdConnectDiscoveryDocument.php b/src/MediaServices/Templates/OpenIdConnectDiscoveryDocument.php index e265ead78..235644d56 100644 --- a/src/MediaServices/Templates/OpenIdConnectDiscoveryDocument.php +++ b/src/MediaServices/Templates/OpenIdConnectDiscoveryDocument.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/PlayReadyContentKey.php b/src/MediaServices/Templates/PlayReadyContentKey.php index 0fc8090c7..8eb131116 100644 --- a/src/MediaServices/Templates/PlayReadyContentKey.php +++ b/src/MediaServices/Templates/PlayReadyContentKey.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/PlayReadyLicenseResponseTemplate.php b/src/MediaServices/Templates/PlayReadyLicenseResponseTemplate.php index e923ed585..29a1f9ab0 100644 --- a/src/MediaServices/Templates/PlayReadyLicenseResponseTemplate.php +++ b/src/MediaServices/Templates/PlayReadyLicenseResponseTemplate.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/PlayReadyLicenseTemplate.php b/src/MediaServices/Templates/PlayReadyLicenseTemplate.php index 30bbd71b7..a1a4ba634 100644 --- a/src/MediaServices/Templates/PlayReadyLicenseTemplate.php +++ b/src/MediaServices/Templates/PlayReadyLicenseTemplate.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/PlayReadyLicenseType.php b/src/MediaServices/Templates/PlayReadyLicenseType.php index f363fc320..5b60fc009 100644 --- a/src/MediaServices/Templates/PlayReadyLicenseType.php +++ b/src/MediaServices/Templates/PlayReadyLicenseType.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/PlayReadyPlayRight.php b/src/MediaServices/Templates/PlayReadyPlayRight.php index 2a0a714b1..e09a01bc2 100644 --- a/src/MediaServices/Templates/PlayReadyPlayRight.php +++ b/src/MediaServices/Templates/PlayReadyPlayRight.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/RequiredOutputProtection.php b/src/MediaServices/Templates/RequiredOutputProtection.php index 85a16bf06..0aec9d9c8 100644 --- a/src/MediaServices/Templates/RequiredOutputProtection.php +++ b/src/MediaServices/Templates/RequiredOutputProtection.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/ScmsRestriction.php b/src/MediaServices/Templates/ScmsRestriction.php index 48438846e..b4244c077 100644 --- a/src/MediaServices/Templates/ScmsRestriction.php +++ b/src/MediaServices/Templates/ScmsRestriction.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/SymmetricVerificationKey.php b/src/MediaServices/Templates/SymmetricVerificationKey.php index ceb613062..d211c674c 100644 --- a/src/MediaServices/Templates/SymmetricVerificationKey.php +++ b/src/MediaServices/Templates/SymmetricVerificationKey.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/TokenClaim.php b/src/MediaServices/Templates/TokenClaim.php index a601f7c5f..caa00aad7 100644 --- a/src/MediaServices/Templates/TokenClaim.php +++ b/src/MediaServices/Templates/TokenClaim.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/TokenRestrictionTemplate.php b/src/MediaServices/Templates/TokenRestrictionTemplate.php index 00d2e2f7d..57e271b20 100644 --- a/src/MediaServices/Templates/TokenRestrictionTemplate.php +++ b/src/MediaServices/Templates/TokenRestrictionTemplate.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/TokenRestrictionTemplateSerializer.php b/src/MediaServices/Templates/TokenRestrictionTemplateSerializer.php index 51eebe162..9d797c79f 100644 --- a/src/MediaServices/Templates/TokenRestrictionTemplateSerializer.php +++ b/src/MediaServices/Templates/TokenRestrictionTemplateSerializer.php @@ -38,7 +38,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ @@ -164,17 +164,17 @@ public static function serialize($tokenRestriction) } /** - * @param TokenRestrictionTemplate $template - * @param SymmetricVerificationKey $verificationKey - * @param $contentKeyUUID - * @param null $tokenExpiration - * @param null $notBefore + * @param TokenRestrictionTemplate $template + * @param SymmetricVerificationKey|null $verificationKey + * @param $contentKeyUUID + * @param null $tokenExpiration + * @param null $notBefore * * @return mixed|string */ public static function generateTestToken( TokenRestrictionTemplate $template, - SymmetricVerificationKey $verificationKey, + SymmetricVerificationKey $verificationKey = null, $contentKeyUUID, $tokenExpiration = null, $notBefore = null) diff --git a/src/MediaServices/Templates/TokenType.php b/src/MediaServices/Templates/TokenType.php index 8a905fa75..0e452a3c2 100644 --- a/src/MediaServices/Templates/TokenType.php +++ b/src/MediaServices/Templates/TokenType.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/TokenVerificationKey.php b/src/MediaServices/Templates/TokenVerificationKey.php index 77dbd2187..843a4f78d 100644 --- a/src/MediaServices/Templates/TokenVerificationKey.php +++ b/src/MediaServices/Templates/TokenVerificationKey.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/UnknownOutputPassingOption.php b/src/MediaServices/Templates/UnknownOutputPassingOption.php index 6d0c518fa..a7e59ed53 100644 --- a/src/MediaServices/Templates/UnknownOutputPassingOption.php +++ b/src/MediaServices/Templates/UnknownOutputPassingOption.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/WidevineMessage.php b/src/MediaServices/Templates/WidevineMessage.php index ff1e9e9e9..83e530727 100644 --- a/src/MediaServices/Templates/WidevineMessage.php +++ b/src/MediaServices/Templates/WidevineMessage.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/WidevineMessageSerializer.php b/src/MediaServices/Templates/WidevineMessageSerializer.php index 16aced08a..861672a15 100644 --- a/src/MediaServices/Templates/WidevineMessageSerializer.php +++ b/src/MediaServices/Templates/WidevineMessageSerializer.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/X509CertTokenVerificationKey.php b/src/MediaServices/Templates/X509CertTokenVerificationKey.php index f3093d7ab..3c7c978ad 100644 --- a/src/MediaServices/Templates/X509CertTokenVerificationKey.php +++ b/src/MediaServices/Templates/X509CertTokenVerificationKey.php @@ -34,7 +34,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/Action.php b/src/ServiceBus/Internal/Action.php index 07fddcd7c..bf65ad0c7 100644 --- a/src/ServiceBus/Internal/Action.php +++ b/src/ServiceBus/Internal/Action.php @@ -35,7 +35,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/ActiveToken.php b/src/ServiceBus/Internal/ActiveToken.php index deee83aa1..0763794dd 100644 --- a/src/ServiceBus/Internal/ActiveToken.php +++ b/src/ServiceBus/Internal/ActiveToken.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/Filter.php b/src/ServiceBus/Internal/Filter.php index 999ce4031..ebf4974d6 100644 --- a/src/ServiceBus/Internal/Filter.php +++ b/src/ServiceBus/Internal/Filter.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/IServiceBus.php b/src/ServiceBus/Internal/IServiceBus.php index eae55e379..f9e8d4afe 100644 --- a/src/ServiceBus/Internal/IServiceBus.php +++ b/src/ServiceBus/Internal/IServiceBus.php @@ -51,7 +51,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/IWrap.php b/src/ServiceBus/Internal/IWrap.php index 5a72aac39..669741946 100644 --- a/src/ServiceBus/Internal/IWrap.php +++ b/src/ServiceBus/Internal/IWrap.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/WrapAccessTokenResult.php b/src/ServiceBus/Internal/WrapAccessTokenResult.php index e04973a6b..4e1e28dab 100644 --- a/src/ServiceBus/Internal/WrapAccessTokenResult.php +++ b/src/ServiceBus/Internal/WrapAccessTokenResult.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/WrapRestProxy.php b/src/ServiceBus/Internal/WrapRestProxy.php index 97c39c407..228461775 100644 --- a/src/ServiceBus/Internal/WrapRestProxy.php +++ b/src/ServiceBus/Internal/WrapRestProxy.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/WrapTokenManager.php b/src/ServiceBus/Internal/WrapTokenManager.php index ecb07128d..02b52a5af 100644 --- a/src/ServiceBus/Internal/WrapTokenManager.php +++ b/src/ServiceBus/Internal/WrapTokenManager.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/BrokerProperties.php b/src/ServiceBus/Models/BrokerProperties.php index 31986bcf1..6adca204d 100644 --- a/src/ServiceBus/Models/BrokerProperties.php +++ b/src/ServiceBus/Models/BrokerProperties.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/CorrelationFilter.php b/src/ServiceBus/Models/CorrelationFilter.php index a6595eb29..ff777c5e1 100644 --- a/src/ServiceBus/Models/CorrelationFilter.php +++ b/src/ServiceBus/Models/CorrelationFilter.php @@ -35,7 +35,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/EmptyRuleAction.php b/src/ServiceBus/Models/EmptyRuleAction.php index 87dbd439a..50aa2df9b 100644 --- a/src/ServiceBus/Models/EmptyRuleAction.php +++ b/src/ServiceBus/Models/EmptyRuleAction.php @@ -35,7 +35,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/FalseFilter.php b/src/ServiceBus/Models/FalseFilter.php index 8408c2ced..26b3e74c4 100644 --- a/src/ServiceBus/Models/FalseFilter.php +++ b/src/ServiceBus/Models/FalseFilter.php @@ -35,7 +35,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListOptions.php b/src/ServiceBus/Models/ListOptions.php index e7e19abe3..76346379d 100644 --- a/src/ServiceBus/Models/ListOptions.php +++ b/src/ServiceBus/Models/ListOptions.php @@ -33,7 +33,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListQueuesOptions.php b/src/ServiceBus/Models/ListQueuesOptions.php index 496bff552..dba2b1459 100644 --- a/src/ServiceBus/Models/ListQueuesOptions.php +++ b/src/ServiceBus/Models/ListQueuesOptions.php @@ -33,7 +33,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListQueuesResult.php b/src/ServiceBus/Models/ListQueuesResult.php index 64f55986a..10628a1ec 100644 --- a/src/ServiceBus/Models/ListQueuesResult.php +++ b/src/ServiceBus/Models/ListQueuesResult.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListRulesOptions.php b/src/ServiceBus/Models/ListRulesOptions.php index b276f048e..9dce6a310 100644 --- a/src/ServiceBus/Models/ListRulesOptions.php +++ b/src/ServiceBus/Models/ListRulesOptions.php @@ -33,7 +33,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListRulesResult.php b/src/ServiceBus/Models/ListRulesResult.php index cc10e425c..916fd4d09 100644 --- a/src/ServiceBus/Models/ListRulesResult.php +++ b/src/ServiceBus/Models/ListRulesResult.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListSubscriptionsOptions.php b/src/ServiceBus/Models/ListSubscriptionsOptions.php index a995826f3..b25344d11 100644 --- a/src/ServiceBus/Models/ListSubscriptionsOptions.php +++ b/src/ServiceBus/Models/ListSubscriptionsOptions.php @@ -33,7 +33,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListSubscriptionsResult.php b/src/ServiceBus/Models/ListSubscriptionsResult.php index 834618bbd..e386cd0ef 100644 --- a/src/ServiceBus/Models/ListSubscriptionsResult.php +++ b/src/ServiceBus/Models/ListSubscriptionsResult.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListTopicsOptions.php b/src/ServiceBus/Models/ListTopicsOptions.php index c97a88ddd..aebedac10 100644 --- a/src/ServiceBus/Models/ListTopicsOptions.php +++ b/src/ServiceBus/Models/ListTopicsOptions.php @@ -33,7 +33,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListTopicsResult.php b/src/ServiceBus/Models/ListTopicsResult.php index 839b90827..066fbc98c 100644 --- a/src/ServiceBus/Models/ListTopicsResult.php +++ b/src/ServiceBus/Models/ListTopicsResult.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/QueueDescription.php b/src/ServiceBus/Models/QueueDescription.php index 78128ba2c..2a8118ca5 100644 --- a/src/ServiceBus/Models/QueueDescription.php +++ b/src/ServiceBus/Models/QueueDescription.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/QueueInfo.php b/src/ServiceBus/Models/QueueInfo.php index 879ab506e..e57e6926f 100644 --- a/src/ServiceBus/Models/QueueInfo.php +++ b/src/ServiceBus/Models/QueueInfo.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ReceiveMessageOptions.php b/src/ServiceBus/Models/ReceiveMessageOptions.php index 5d207b8b4..ee30d105d 100644 --- a/src/ServiceBus/Models/ReceiveMessageOptions.php +++ b/src/ServiceBus/Models/ReceiveMessageOptions.php @@ -33,7 +33,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ReceiveMode.php b/src/ServiceBus/Models/ReceiveMode.php index a80500cbb..af3655206 100644 --- a/src/ServiceBus/Models/ReceiveMode.php +++ b/src/ServiceBus/Models/ReceiveMode.php @@ -33,7 +33,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/RuleDescription.php b/src/ServiceBus/Models/RuleDescription.php index 6e54f4417..e6aed0ad2 100644 --- a/src/ServiceBus/Models/RuleDescription.php +++ b/src/ServiceBus/Models/RuleDescription.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link http://msdn.microsoft.com/en-us/library/windowsazure/hh780753 */ diff --git a/src/ServiceBus/Models/RuleInfo.php b/src/ServiceBus/Models/RuleInfo.php index d37a39c97..15c77208e 100644 --- a/src/ServiceBus/Models/RuleInfo.php +++ b/src/ServiceBus/Models/RuleInfo.php @@ -42,7 +42,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/SqlFilter.php b/src/ServiceBus/Models/SqlFilter.php index ba845f7a3..327cf7e5a 100644 --- a/src/ServiceBus/Models/SqlFilter.php +++ b/src/ServiceBus/Models/SqlFilter.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/SqlRuleAction.php b/src/ServiceBus/Models/SqlRuleAction.php index c65fc8023..977724896 100644 --- a/src/ServiceBus/Models/SqlRuleAction.php +++ b/src/ServiceBus/Models/SqlRuleAction.php @@ -35,7 +35,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/SubscriptionDescription.php b/src/ServiceBus/Models/SubscriptionDescription.php index 9204e9c41..87482cb7a 100644 --- a/src/ServiceBus/Models/SubscriptionDescription.php +++ b/src/ServiceBus/Models/SubscriptionDescription.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link http://msdn.microsoft.com/en-us/library/windowsazure/hh780763 */ diff --git a/src/ServiceBus/Models/SubscriptionInfo.php b/src/ServiceBus/Models/SubscriptionInfo.php index 16fbdbace..c7eb009d9 100644 --- a/src/ServiceBus/Models/SubscriptionInfo.php +++ b/src/ServiceBus/Models/SubscriptionInfo.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/TopicDescription.php b/src/ServiceBus/Models/TopicDescription.php index 4af29834a..cc61c65a5 100644 --- a/src/ServiceBus/Models/TopicDescription.php +++ b/src/ServiceBus/Models/TopicDescription.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link http://msdn.microsoft.com/en-us/library/windowsazure/hh780749 */ diff --git a/src/ServiceBus/Models/TopicInfo.php b/src/ServiceBus/Models/TopicInfo.php index 60553cbb1..7f6164a6c 100644 --- a/src/ServiceBus/Models/TopicInfo.php +++ b/src/ServiceBus/Models/TopicInfo.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/TrueFilter.php b/src/ServiceBus/Models/TrueFilter.php index 3c164914d..147f9d0fd 100644 --- a/src/ServiceBus/Models/TrueFilter.php +++ b/src/ServiceBus/Models/TrueFilter.php @@ -35,7 +35,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/ServiceBusRestProxy.php b/src/ServiceBus/ServiceBusRestProxy.php index b8f139b10..972e2ab04 100644 --- a/src/ServiceBus/ServiceBusRestProxy.php +++ b/src/ServiceBus/ServiceBusRestProxy.php @@ -64,7 +64,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Internal/IServiceManagement.php b/src/ServiceManagement/Internal/IServiceManagement.php index d236532c9..fd23fd2ac 100644 --- a/src/ServiceManagement/Internal/IServiceManagement.php +++ b/src/ServiceManagement/Internal/IServiceManagement.php @@ -55,7 +55,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Internal/Service.php b/src/ServiceManagement/Internal/Service.php index fbefc3f4e..d590c092c 100644 --- a/src/ServiceManagement/Internal/Service.php +++ b/src/ServiceManagement/Internal/Service.php @@ -39,7 +39,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Internal/WindowsAzureService.php b/src/ServiceManagement/Internal/WindowsAzureService.php index 280b81785..da2236f1d 100644 --- a/src/ServiceManagement/Internal/WindowsAzureService.php +++ b/src/ServiceManagement/Internal/WindowsAzureService.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/AffinityGroup.php b/src/ServiceManagement/Models/AffinityGroup.php index e99c3f45b..b3ef112ca 100644 --- a/src/ServiceManagement/Models/AffinityGroup.php +++ b/src/ServiceManagement/Models/AffinityGroup.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/AsynchronousOperationResult.php b/src/ServiceManagement/Models/AsynchronousOperationResult.php index b6b630d21..5d4bf9632 100644 --- a/src/ServiceManagement/Models/AsynchronousOperationResult.php +++ b/src/ServiceManagement/Models/AsynchronousOperationResult.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/ChangeDeploymentConfigurationOptions.php b/src/ServiceManagement/Models/ChangeDeploymentConfigurationOptions.php index a598ed35f..0eb12b72c 100644 --- a/src/ServiceManagement/Models/ChangeDeploymentConfigurationOptions.php +++ b/src/ServiceManagement/Models/ChangeDeploymentConfigurationOptions.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/CreateAffinityGroupOptions.php b/src/ServiceManagement/Models/CreateAffinityGroupOptions.php index b5cd37219..dd1348fbc 100644 --- a/src/ServiceManagement/Models/CreateAffinityGroupOptions.php +++ b/src/ServiceManagement/Models/CreateAffinityGroupOptions.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/CreateDeploymentOptions.php b/src/ServiceManagement/Models/CreateDeploymentOptions.php index 0f5c4936d..f88da800e 100644 --- a/src/ServiceManagement/Models/CreateDeploymentOptions.php +++ b/src/ServiceManagement/Models/CreateDeploymentOptions.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/CreateServiceOptions.php b/src/ServiceManagement/Models/CreateServiceOptions.php index 46acb0e9b..47d55780d 100644 --- a/src/ServiceManagement/Models/CreateServiceOptions.php +++ b/src/ServiceManagement/Models/CreateServiceOptions.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/Deployment.php b/src/ServiceManagement/Models/Deployment.php index c9b098644..7c9532800 100644 --- a/src/ServiceManagement/Models/Deployment.php +++ b/src/ServiceManagement/Models/Deployment.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/DeploymentSlot.php b/src/ServiceManagement/Models/DeploymentSlot.php index ba88c11d0..12d070d3f 100644 --- a/src/ServiceManagement/Models/DeploymentSlot.php +++ b/src/ServiceManagement/Models/DeploymentSlot.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/DeploymentStatus.php b/src/ServiceManagement/Models/DeploymentStatus.php index 7bd8be1aa..f18810936 100644 --- a/src/ServiceManagement/Models/DeploymentStatus.php +++ b/src/ServiceManagement/Models/DeploymentStatus.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetAffinityGroupPropertiesResult.php b/src/ServiceManagement/Models/GetAffinityGroupPropertiesResult.php index b02cc24ae..f2700f103 100644 --- a/src/ServiceManagement/Models/GetAffinityGroupPropertiesResult.php +++ b/src/ServiceManagement/Models/GetAffinityGroupPropertiesResult.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetDeploymentOptions.php b/src/ServiceManagement/Models/GetDeploymentOptions.php index 972fac797..bba87a802 100644 --- a/src/ServiceManagement/Models/GetDeploymentOptions.php +++ b/src/ServiceManagement/Models/GetDeploymentOptions.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetDeploymentResult.php b/src/ServiceManagement/Models/GetDeploymentResult.php index e159fffc4..3b2503df1 100644 --- a/src/ServiceManagement/Models/GetDeploymentResult.php +++ b/src/ServiceManagement/Models/GetDeploymentResult.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetHostedServicePropertiesOptions.php b/src/ServiceManagement/Models/GetHostedServicePropertiesOptions.php index 263755648..6e5b82c39 100644 --- a/src/ServiceManagement/Models/GetHostedServicePropertiesOptions.php +++ b/src/ServiceManagement/Models/GetHostedServicePropertiesOptions.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetHostedServicePropertiesResult.php b/src/ServiceManagement/Models/GetHostedServicePropertiesResult.php index 24de25680..4eebb607e 100644 --- a/src/ServiceManagement/Models/GetHostedServicePropertiesResult.php +++ b/src/ServiceManagement/Models/GetHostedServicePropertiesResult.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetOperationStatusResult.php b/src/ServiceManagement/Models/GetOperationStatusResult.php index 9ecbdd37e..ef36edde4 100644 --- a/src/ServiceManagement/Models/GetOperationStatusResult.php +++ b/src/ServiceManagement/Models/GetOperationStatusResult.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetStorageServiceKeysResult.php b/src/ServiceManagement/Models/GetStorageServiceKeysResult.php index ae0145e6e..a0d3d790c 100644 --- a/src/ServiceManagement/Models/GetStorageServiceKeysResult.php +++ b/src/ServiceManagement/Models/GetStorageServiceKeysResult.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetStorageServicePropertiesResult.php b/src/ServiceManagement/Models/GetStorageServicePropertiesResult.php index 7576c4f9d..180aa76c1 100644 --- a/src/ServiceManagement/Models/GetStorageServicePropertiesResult.php +++ b/src/ServiceManagement/Models/GetStorageServicePropertiesResult.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/HostedService.php b/src/ServiceManagement/Models/HostedService.php index af5a58afb..0668d2389 100644 --- a/src/ServiceManagement/Models/HostedService.php +++ b/src/ServiceManagement/Models/HostedService.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/InputEndpoint.php b/src/ServiceManagement/Models/InputEndpoint.php index ebf7ea742..62fd0105c 100644 --- a/src/ServiceManagement/Models/InputEndpoint.php +++ b/src/ServiceManagement/Models/InputEndpoint.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/KeyType.php b/src/ServiceManagement/Models/KeyType.php index 2623fb75d..c032d780f 100644 --- a/src/ServiceManagement/Models/KeyType.php +++ b/src/ServiceManagement/Models/KeyType.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/ListAffinityGroupsResult.php b/src/ServiceManagement/Models/ListAffinityGroupsResult.php index 43d29197b..d717572ed 100644 --- a/src/ServiceManagement/Models/ListAffinityGroupsResult.php +++ b/src/ServiceManagement/Models/ListAffinityGroupsResult.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/ListHostedServicesResult.php b/src/ServiceManagement/Models/ListHostedServicesResult.php index b3fde5086..5b5f2f860 100644 --- a/src/ServiceManagement/Models/ListHostedServicesResult.php +++ b/src/ServiceManagement/Models/ListHostedServicesResult.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/ListLocationsResult.php b/src/ServiceManagement/Models/ListLocationsResult.php index 1bc078942..198ce4b6b 100644 --- a/src/ServiceManagement/Models/ListLocationsResult.php +++ b/src/ServiceManagement/Models/ListLocationsResult.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/ListStorageServicesResult.php b/src/ServiceManagement/Models/ListStorageServicesResult.php index f9439b116..e46ccc7af 100644 --- a/src/ServiceManagement/Models/ListStorageServicesResult.php +++ b/src/ServiceManagement/Models/ListStorageServicesResult.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/Location.php b/src/ServiceManagement/Models/Location.php index b04ccdae9..7017a8516 100644 --- a/src/ServiceManagement/Models/Location.php +++ b/src/ServiceManagement/Models/Location.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/Mode.php b/src/ServiceManagement/Models/Mode.php index 624a102a1..96c0fa4d6 100644 --- a/src/ServiceManagement/Models/Mode.php +++ b/src/ServiceManagement/Models/Mode.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/OperationStatus.php b/src/ServiceManagement/Models/OperationStatus.php index b909f7538..1d7b922cb 100644 --- a/src/ServiceManagement/Models/OperationStatus.php +++ b/src/ServiceManagement/Models/OperationStatus.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/Role.php b/src/ServiceManagement/Models/Role.php index 04a0d414e..21edefae3 100644 --- a/src/ServiceManagement/Models/Role.php +++ b/src/ServiceManagement/Models/Role.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/RoleInstance.php b/src/ServiceManagement/Models/RoleInstance.php index 199d31925..4dc10bcab 100644 --- a/src/ServiceManagement/Models/RoleInstance.php +++ b/src/ServiceManagement/Models/RoleInstance.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/StorageService.php b/src/ServiceManagement/Models/StorageService.php index bfaa7fed1..5aa09d640 100644 --- a/src/ServiceManagement/Models/StorageService.php +++ b/src/ServiceManagement/Models/StorageService.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/UpdateServiceOptions.php b/src/ServiceManagement/Models/UpdateServiceOptions.php index 7e143967e..e997f725e 100644 --- a/src/ServiceManagement/Models/UpdateServiceOptions.php +++ b/src/ServiceManagement/Models/UpdateServiceOptions.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/UpgradeDeploymentOptions.php b/src/ServiceManagement/Models/UpgradeDeploymentOptions.php index 85be48d03..6cefeb4b4 100644 --- a/src/ServiceManagement/Models/UpgradeDeploymentOptions.php +++ b/src/ServiceManagement/Models/UpgradeDeploymentOptions.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/UpgradeStatus.php b/src/ServiceManagement/Models/UpgradeStatus.php index 412d6c2ec..4c2b529b5 100644 --- a/src/ServiceManagement/Models/UpgradeStatus.php +++ b/src/ServiceManagement/Models/UpgradeStatus.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/ServiceManagementRestProxy.php b/src/ServiceManagement/ServiceManagementRestProxy.php index 8806d3c33..d16e0a875 100644 --- a/src/ServiceManagement/ServiceManagementRestProxy.php +++ b/src/ServiceManagement/ServiceManagementRestProxy.php @@ -71,7 +71,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/AcquireCurrentState.php b/src/ServiceRuntime/Internal/AcquireCurrentState.php index 1701607f8..9df67089c 100644 --- a/src/ServiceRuntime/Internal/AcquireCurrentState.php +++ b/src/ServiceRuntime/Internal/AcquireCurrentState.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/ChannelNotAvailableException.php b/src/ServiceRuntime/Internal/ChannelNotAvailableException.php index 3088c3b83..59565bbee 100644 --- a/src/ServiceRuntime/Internal/ChannelNotAvailableException.php +++ b/src/ServiceRuntime/Internal/ChannelNotAvailableException.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/ChunkedGoalStateDeserializer.php b/src/ServiceRuntime/Internal/ChunkedGoalStateDeserializer.php index 1d9d6b03b..3bfad8977 100644 --- a/src/ServiceRuntime/Internal/ChunkedGoalStateDeserializer.php +++ b/src/ServiceRuntime/Internal/ChunkedGoalStateDeserializer.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/CurrentState.php b/src/ServiceRuntime/Internal/CurrentState.php index 372c19c32..b80084e9b 100644 --- a/src/ServiceRuntime/Internal/CurrentState.php +++ b/src/ServiceRuntime/Internal/CurrentState.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/CurrentStatus.php b/src/ServiceRuntime/Internal/CurrentStatus.php index ab2c2236c..5893268ce 100644 --- a/src/ServiceRuntime/Internal/CurrentStatus.php +++ b/src/ServiceRuntime/Internal/CurrentStatus.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/FileInputChannel.php b/src/ServiceRuntime/Internal/FileInputChannel.php index aeefa3d5a..7ecfdb8bc 100644 --- a/src/ServiceRuntime/Internal/FileInputChannel.php +++ b/src/ServiceRuntime/Internal/FileInputChannel.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/FileOutputChannel.php b/src/ServiceRuntime/Internal/FileOutputChannel.php index 7867db4c8..c0e17e7da 100644 --- a/src/ServiceRuntime/Internal/FileOutputChannel.php +++ b/src/ServiceRuntime/Internal/FileOutputChannel.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/GoalState.php b/src/ServiceRuntime/Internal/GoalState.php index be934f1c6..a4da2ed64 100644 --- a/src/ServiceRuntime/Internal/GoalState.php +++ b/src/ServiceRuntime/Internal/GoalState.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/ICurrentStateSerializer.php b/src/ServiceRuntime/Internal/ICurrentStateSerializer.php index 8b3436bd0..f6fa45f67 100644 --- a/src/ServiceRuntime/Internal/ICurrentStateSerializer.php +++ b/src/ServiceRuntime/Internal/ICurrentStateSerializer.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IGoalStateDeserializer.php b/src/ServiceRuntime/Internal/IGoalStateDeserializer.php index b2557a4a2..fafbf7301 100644 --- a/src/ServiceRuntime/Internal/IGoalStateDeserializer.php +++ b/src/ServiceRuntime/Internal/IGoalStateDeserializer.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IInputChannel.php b/src/ServiceRuntime/Internal/IInputChannel.php index 8f46305e8..cde55a7be 100644 --- a/src/ServiceRuntime/Internal/IInputChannel.php +++ b/src/ServiceRuntime/Internal/IInputChannel.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IOutputChannel.php b/src/ServiceRuntime/Internal/IOutputChannel.php index 2c89db609..620bc9d7b 100644 --- a/src/ServiceRuntime/Internal/IOutputChannel.php +++ b/src/ServiceRuntime/Internal/IOutputChannel.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IRoleEnvironmentChange.php b/src/ServiceRuntime/Internal/IRoleEnvironmentChange.php index 415bd0227..d78f422b1 100644 --- a/src/ServiceRuntime/Internal/IRoleEnvironmentChange.php +++ b/src/ServiceRuntime/Internal/IRoleEnvironmentChange.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IRoleEnvironmentDataDeserializer.php b/src/ServiceRuntime/Internal/IRoleEnvironmentDataDeserializer.php index f97c6fdff..3cadf45c9 100644 --- a/src/ServiceRuntime/Internal/IRoleEnvironmentDataDeserializer.php +++ b/src/ServiceRuntime/Internal/IRoleEnvironmentDataDeserializer.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IRuntimeClient.php b/src/ServiceRuntime/Internal/IRuntimeClient.php index 214ffc551..5122de1ac 100644 --- a/src/ServiceRuntime/Internal/IRuntimeClient.php +++ b/src/ServiceRuntime/Internal/IRuntimeClient.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IRuntimeClientFactory.php b/src/ServiceRuntime/Internal/IRuntimeClientFactory.php index f98d9d894..042589119 100644 --- a/src/ServiceRuntime/Internal/IRuntimeClientFactory.php +++ b/src/ServiceRuntime/Internal/IRuntimeClientFactory.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IRuntimeCurrentStateClient.php b/src/ServiceRuntime/Internal/IRuntimeCurrentStateClient.php index 922864c83..2aeb7c2a1 100644 --- a/src/ServiceRuntime/Internal/IRuntimeCurrentStateClient.php +++ b/src/ServiceRuntime/Internal/IRuntimeCurrentStateClient.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IRuntimeGoalStateClient.php b/src/ServiceRuntime/Internal/IRuntimeGoalStateClient.php index a2f52baab..88e82b958 100644 --- a/src/ServiceRuntime/Internal/IRuntimeGoalStateClient.php +++ b/src/ServiceRuntime/Internal/IRuntimeGoalStateClient.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/LocalResource.php b/src/ServiceRuntime/Internal/LocalResource.php index 34b8a40e3..817b9630f 100644 --- a/src/ServiceRuntime/Internal/LocalResource.php +++ b/src/ServiceRuntime/Internal/LocalResource.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/Protocol1RuntimeClient.php b/src/ServiceRuntime/Internal/Protocol1RuntimeClient.php index 7b49868e8..77d7a59af 100644 --- a/src/ServiceRuntime/Internal/Protocol1RuntimeClient.php +++ b/src/ServiceRuntime/Internal/Protocol1RuntimeClient.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/Protocol1RuntimeClientFactory.php b/src/ServiceRuntime/Internal/Protocol1RuntimeClientFactory.php index 47d637432..a907c0982 100644 --- a/src/ServiceRuntime/Internal/Protocol1RuntimeClientFactory.php +++ b/src/ServiceRuntime/Internal/Protocol1RuntimeClientFactory.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/Protocol1RuntimeCurrentStateClient.php b/src/ServiceRuntime/Internal/Protocol1RuntimeCurrentStateClient.php index d16aed745..2415ed667 100644 --- a/src/ServiceRuntime/Internal/Protocol1RuntimeCurrentStateClient.php +++ b/src/ServiceRuntime/Internal/Protocol1RuntimeCurrentStateClient.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/Protocol1RuntimeGoalStateClient.php b/src/ServiceRuntime/Internal/Protocol1RuntimeGoalStateClient.php index 02615abe2..480fce3fa 100644 --- a/src/ServiceRuntime/Internal/Protocol1RuntimeGoalStateClient.php +++ b/src/ServiceRuntime/Internal/Protocol1RuntimeGoalStateClient.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/ReleaseCurrentState.php b/src/ServiceRuntime/Internal/ReleaseCurrentState.php index 0c9df716f..bb7755e22 100644 --- a/src/ServiceRuntime/Internal/ReleaseCurrentState.php +++ b/src/ServiceRuntime/Internal/ReleaseCurrentState.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/Role.php b/src/ServiceRuntime/Internal/Role.php index 8c48edd4b..d89294825 100644 --- a/src/ServiceRuntime/Internal/Role.php +++ b/src/ServiceRuntime/Internal/Role.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleEnvironmentConfigurationSettingChange.php b/src/ServiceRuntime/Internal/RoleEnvironmentConfigurationSettingChange.php index 8b6f2df4b..a75a27f4c 100644 --- a/src/ServiceRuntime/Internal/RoleEnvironmentConfigurationSettingChange.php +++ b/src/ServiceRuntime/Internal/RoleEnvironmentConfigurationSettingChange.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleEnvironmentData.php b/src/ServiceRuntime/Internal/RoleEnvironmentData.php index b62101a25..8e8db8233 100644 --- a/src/ServiceRuntime/Internal/RoleEnvironmentData.php +++ b/src/ServiceRuntime/Internal/RoleEnvironmentData.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleEnvironmentNotAvailableException.php b/src/ServiceRuntime/Internal/RoleEnvironmentNotAvailableException.php index 5be63efbc..e9e4ed1b7 100644 --- a/src/ServiceRuntime/Internal/RoleEnvironmentNotAvailableException.php +++ b/src/ServiceRuntime/Internal/RoleEnvironmentNotAvailableException.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleEnvironmentTopologyChange.php b/src/ServiceRuntime/Internal/RoleEnvironmentTopologyChange.php index 7d5283895..81a56d01a 100644 --- a/src/ServiceRuntime/Internal/RoleEnvironmentTopologyChange.php +++ b/src/ServiceRuntime/Internal/RoleEnvironmentTopologyChange.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleInstance.php b/src/ServiceRuntime/Internal/RoleInstance.php index cbbd8a1b1..13afc02d9 100644 --- a/src/ServiceRuntime/Internal/RoleInstance.php +++ b/src/ServiceRuntime/Internal/RoleInstance.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleInstanceEndpoint.php b/src/ServiceRuntime/Internal/RoleInstanceEndpoint.php index bf4751d8f..69095b1a5 100644 --- a/src/ServiceRuntime/Internal/RoleInstanceEndpoint.php +++ b/src/ServiceRuntime/Internal/RoleInstanceEndpoint.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleInstanceStatus.php b/src/ServiceRuntime/Internal/RoleInstanceStatus.php index d4c5aa9ae..b5ad63664 100644 --- a/src/ServiceRuntime/Internal/RoleInstanceStatus.php +++ b/src/ServiceRuntime/Internal/RoleInstanceStatus.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RuntimeKernel.php b/src/ServiceRuntime/Internal/RuntimeKernel.php index 309a1b2d7..2d20ba488 100644 --- a/src/ServiceRuntime/Internal/RuntimeKernel.php +++ b/src/ServiceRuntime/Internal/RuntimeKernel.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RuntimeVersionManager.php b/src/ServiceRuntime/Internal/RuntimeVersionManager.php index db97bcfc3..1252009f7 100644 --- a/src/ServiceRuntime/Internal/RuntimeVersionManager.php +++ b/src/ServiceRuntime/Internal/RuntimeVersionManager.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RuntimeVersionProtocolClient.php b/src/ServiceRuntime/Internal/RuntimeVersionProtocolClient.php index d48f390ca..c4ac1fbd7 100644 --- a/src/ServiceRuntime/Internal/RuntimeVersionProtocolClient.php +++ b/src/ServiceRuntime/Internal/RuntimeVersionProtocolClient.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/XmlCurrentStateSerializer.php b/src/ServiceRuntime/Internal/XmlCurrentStateSerializer.php index b7814dd95..30bfead82 100644 --- a/src/ServiceRuntime/Internal/XmlCurrentStateSerializer.php +++ b/src/ServiceRuntime/Internal/XmlCurrentStateSerializer.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/XmlGoalStateDeserializer.php b/src/ServiceRuntime/Internal/XmlGoalStateDeserializer.php index 81534ff89..110c747ea 100644 --- a/src/ServiceRuntime/Internal/XmlGoalStateDeserializer.php +++ b/src/ServiceRuntime/Internal/XmlGoalStateDeserializer.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/XmlRoleEnvironmentDataDeserializer.php b/src/ServiceRuntime/Internal/XmlRoleEnvironmentDataDeserializer.php index c59f87d0b..1c07cb046 100644 --- a/src/ServiceRuntime/Internal/XmlRoleEnvironmentDataDeserializer.php +++ b/src/ServiceRuntime/Internal/XmlRoleEnvironmentDataDeserializer.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/RoleEnvironment.php b/src/ServiceRuntime/RoleEnvironment.php index 1030a4a12..2d81bb2b3 100644 --- a/src/ServiceRuntime/RoleEnvironment.php +++ b/src/ServiceRuntime/RoleEnvironment.php @@ -54,7 +54,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/BlobServiceRestProxyTestBase.php b/tests/framework/BlobServiceRestProxyTestBase.php index 924fbe92e..7d5d00ad0 100644 --- a/tests/framework/BlobServiceRestProxyTestBase.php +++ b/tests/framework/BlobServiceRestProxyTestBase.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/MediaServicesRestProxyTestBase.php b/tests/framework/MediaServicesRestProxyTestBase.php index 096671031..66fb4ce42 100644 --- a/tests/framework/MediaServicesRestProxyTestBase.php +++ b/tests/framework/MediaServicesRestProxyTestBase.php @@ -52,7 +52,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/QueueServiceRestProxyTestBase.php b/tests/framework/QueueServiceRestProxyTestBase.php index e74ffd0ac..8653786a1 100644 --- a/tests/framework/QueueServiceRestProxyTestBase.php +++ b/tests/framework/QueueServiceRestProxyTestBase.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/RestProxyTestBase.php b/tests/framework/RestProxyTestBase.php index 092be648e..354c9d77c 100644 --- a/tests/framework/RestProxyTestBase.php +++ b/tests/framework/RestProxyTestBase.php @@ -39,7 +39,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/ServiceBusRestProxyTestBase.php b/tests/framework/ServiceBusRestProxyTestBase.php index 8168e9f5e..3d7e236d4 100644 --- a/tests/framework/ServiceBusRestProxyTestBase.php +++ b/tests/framework/ServiceBusRestProxyTestBase.php @@ -41,7 +41,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/framework/ServiceManagementRestProxyTestBase.php b/tests/framework/ServiceManagementRestProxyTestBase.php index 89b4309fc..f713ee6c3 100644 --- a/tests/framework/ServiceManagementRestProxyTestBase.php +++ b/tests/framework/ServiceManagementRestProxyTestBase.php @@ -42,7 +42,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/ServiceRestProxyTestBase.php b/tests/framework/ServiceRestProxyTestBase.php index 6c9db8044..c8e108f20 100644 --- a/tests/framework/ServiceRestProxyTestBase.php +++ b/tests/framework/ServiceRestProxyTestBase.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/TableServiceRestProxyTestBase.php b/tests/framework/TableServiceRestProxyTestBase.php index ddbb531e2..b9d5efb9a 100644 --- a/tests/framework/TableServiceRestProxyTestBase.php +++ b/tests/framework/TableServiceRestProxyTestBase.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/TestResources.php b/tests/framework/TestResources.php index 2b963df1b..62c321686 100644 --- a/tests/framework/TestResources.php +++ b/tests/framework/TestResources.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/VirtualFileSystem.php b/tests/framework/VirtualFileSystem.php index 321dcdf87..840d35a5d 100644 --- a/tests/framework/VirtualFileSystem.php +++ b/tests/framework/VirtualFileSystem.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/functional/WindowsAzure/MediaServices/MediaServicesFunctionalTest.php b/tests/functional/WindowsAzure/MediaServices/MediaServicesFunctionalTest.php index b01261cb3..3745b19cb 100644 --- a/tests/functional/WindowsAzure/MediaServices/MediaServicesFunctionalTest.php +++ b/tests/functional/WindowsAzure/MediaServices/MediaServicesFunctionalTest.php @@ -57,7 +57,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/mock/WindowsAzure/Common/Internal/Authentication/OAuthSchemeMock.php b/tests/mock/WindowsAzure/Common/Internal/Authentication/OAuthSchemeMock.php index 9117c6068..cf961781e 100644 --- a/tests/mock/WindowsAzure/Common/Internal/Authentication/OAuthSchemeMock.php +++ b/tests/mock/WindowsAzure/Common/Internal/Authentication/OAuthSchemeMock.php @@ -35,7 +35,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/mock/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthSchemeMock.php b/tests/mock/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthSchemeMock.php index d5ac1fce6..cdb9086d7 100644 --- a/tests/mock/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthSchemeMock.php +++ b/tests/mock/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthSchemeMock.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/mock/WindowsAzure/Common/Internal/Authentication/StorageAuthSchemeMock.php b/tests/mock/WindowsAzure/Common/Internal/Authentication/StorageAuthSchemeMock.php index a6b0a898d..f3b16fac3 100644 --- a/tests/mock/WindowsAzure/Common/Internal/Authentication/StorageAuthSchemeMock.php +++ b/tests/mock/WindowsAzure/Common/Internal/Authentication/StorageAuthSchemeMock.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/mock/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthSchemeMock.php b/tests/mock/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthSchemeMock.php index d3ceaf033..e21f4884c 100644 --- a/tests/mock/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthSchemeMock.php +++ b/tests/mock/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthSchemeMock.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/mock/WindowsAzure/Common/Internal/Filters/SimpleFilterMock.php b/tests/mock/WindowsAzure/Common/Internal/Filters/SimpleFilterMock.php index decb9b614..1590497c8 100644 --- a/tests/mock/WindowsAzure/Common/Internal/Filters/SimpleFilterMock.php +++ b/tests/mock/WindowsAzure/Common/Internal/Filters/SimpleFilterMock.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/CloudConfigurationManagerTest.php b/tests/unit/WindowsAzure/Common/CloudConfigurationManagerTest.php index e397336a6..d703d7679 100644 --- a/tests/unit/WindowsAzure/Common/CloudConfigurationManagerTest.php +++ b/tests/unit/WindowsAzure/Common/CloudConfigurationManagerTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Atom/AtomLinkTest.php b/tests/unit/WindowsAzure/Common/Internal/Atom/AtomLinkTest.php index df2a51d79..b1fa1c6e5 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Atom/AtomLinkTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Atom/AtomLinkTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Atom/CategoryTest.php b/tests/unit/WindowsAzure/Common/Internal/Atom/CategoryTest.php index aeef6f33c..0574f23b0 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Atom/CategoryTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Atom/CategoryTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Atom/ContentTest.php b/tests/unit/WindowsAzure/Common/Internal/Atom/ContentTest.php index aeae50f71..ff737c80a 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Atom/ContentTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Atom/ContentTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Atom/EntryTest.php b/tests/unit/WindowsAzure/Common/Internal/Atom/EntryTest.php index 8a48245d7..7fd5c3635 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Atom/EntryTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Atom/EntryTest.php @@ -41,7 +41,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Atom/FeedTest.php b/tests/unit/WindowsAzure/Common/Internal/Atom/FeedTest.php index f0eb1ecf6..1ea1ee104 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Atom/FeedTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Atom/FeedTest.php @@ -42,7 +42,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Atom/GeneratorTest.php b/tests/unit/WindowsAzure/Common/Internal/Atom/GeneratorTest.php index 07c375213..a6f7841f3 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Atom/GeneratorTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Atom/GeneratorTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Atom/PersonTest.php b/tests/unit/WindowsAzure/Common/Internal/Atom/PersonTest.php index d36e427cf..07ad30a53 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Atom/PersonTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Atom/PersonTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Atom/SourceTest.php b/tests/unit/WindowsAzure/Common/Internal/Atom/SourceTest.php index fc1d549fc..e2d450f50 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Atom/SourceTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Atom/SourceTest.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Authentication/OAuthSchemeTest.php b/tests/unit/WindowsAzure/Common/Internal/Authentication/OAuthSchemeTest.php index f9b244f04..4145eff2f 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Authentication/OAuthSchemeTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Authentication/OAuthSchemeTest.php @@ -41,7 +41,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthSchemeTest.php b/tests/unit/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthSchemeTest.php index 93c911653..dbfa52978 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthSchemeTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Authentication/SharedKeyAuthSchemeTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Authentication/StorageAuthSchemeTest.php b/tests/unit/WindowsAzure/Common/Internal/Authentication/StorageAuthSchemeTest.php index 294f94e27..67dab4b2e 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Authentication/StorageAuthSchemeTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Authentication/StorageAuthSchemeTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthSchemeTest.php b/tests/unit/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthSchemeTest.php index 6234c187a..73d4c7f66 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthSchemeTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Authentication/TableSharedKeyLiteAuthSchemeTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/ConnectionStringParserTest.php b/tests/unit/WindowsAzure/Common/Internal/ConnectionStringParserTest.php index 4c908e5e2..7c663ab85 100644 --- a/tests/unit/WindowsAzure/Common/Internal/ConnectionStringParserTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/ConnectionStringParserTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/ConnectionStringSourceTest.php b/tests/unit/WindowsAzure/Common/Internal/ConnectionStringSourceTest.php index 069f88529..02f0af2e6 100644 --- a/tests/unit/WindowsAzure/Common/Internal/ConnectionStringSourceTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/ConnectionStringSourceTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Filters/AuthenticationFilterTest.php b/tests/unit/WindowsAzure/Common/Internal/Filters/AuthenticationFilterTest.php index e7f090f6f..6ab585550 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Filters/AuthenticationFilterTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Filters/AuthenticationFilterTest.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Filters/DateFilterTest.php b/tests/unit/WindowsAzure/Common/Internal/Filters/DateFilterTest.php index b2dc4f715..8f7548b50 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Filters/DateFilterTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Filters/DateFilterTest.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Filters/HeadersFilterTest.php b/tests/unit/WindowsAzure/Common/Internal/Filters/HeadersFilterTest.php index 6562aaa9c..51f19288d 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Filters/HeadersFilterTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Filters/HeadersFilterTest.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Filters/WrapFilterTest.php b/tests/unit/WindowsAzure/Common/Internal/Filters/WrapFilterTest.php index 7d75835b6..10f602a1e 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Filters/WrapFilterTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Filters/WrapFilterTest.php @@ -43,7 +43,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Http/BatchRequestTest.php b/tests/unit/WindowsAzure/Common/Internal/Http/BatchRequestTest.php index e0c7732fc..73a33b542 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Http/BatchRequestTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Http/BatchRequestTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Http/BatchResponseTest.php b/tests/unit/WindowsAzure/Common/Internal/Http/BatchResponseTest.php index a91c1d4ca..d44519282 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Http/BatchResponseTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Http/BatchResponseTest.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Http/HttpCallContextTest.php b/tests/unit/WindowsAzure/Common/Internal/Http/HttpCallContextTest.php index 129aff5c7..4bde9233d 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Http/HttpCallContextTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Http/HttpCallContextTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Http/HttpClientTest.php b/tests/unit/WindowsAzure/Common/Internal/Http/HttpClientTest.php index 84d25d57d..04f34ba63 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Http/HttpClientTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Http/HttpClientTest.php @@ -41,7 +41,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Http/UrlTest.php b/tests/unit/WindowsAzure/Common/Internal/Http/UrlTest.php index d5b146025..86bc7660a 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Http/UrlTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Http/UrlTest.php @@ -39,7 +39,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/InvalidArgumentTypeExceptionTest.php b/tests/unit/WindowsAzure/Common/Internal/InvalidArgumentTypeExceptionTest.php index f4caab231..50047d07a 100644 --- a/tests/unit/WindowsAzure/Common/Internal/InvalidArgumentTypeExceptionTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/InvalidArgumentTypeExceptionTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/LoggerTest.php b/tests/unit/WindowsAzure/Common/Internal/LoggerTest.php index 9a18b98ea..f72ff783f 100644 --- a/tests/unit/WindowsAzure/Common/Internal/LoggerTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/LoggerTest.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/MediaServicesSettingsTest.php b/tests/unit/WindowsAzure/Common/Internal/MediaServicesSettingsTest.php index fd30d4d3a..cf1eac10e 100644 --- a/tests/unit/WindowsAzure/Common/Internal/MediaServicesSettingsTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/MediaServicesSettingsTest.php @@ -37,7 +37,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/OAuthRestProxyTest.php b/tests/unit/WindowsAzure/Common/Internal/OAuthRestProxyTest.php index 867c17424..622218829 100644 --- a/tests/unit/WindowsAzure/Common/Internal/OAuthRestProxyTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/OAuthRestProxyTest.php @@ -41,7 +41,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Serialization/DummyClass.php b/tests/unit/WindowsAzure/Common/Internal/Serialization/DummyClass.php index 0f8752b36..a78930a52 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Serialization/DummyClass.php +++ b/tests/unit/WindowsAzure/Common/Internal/Serialization/DummyClass.php @@ -34,7 +34,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Serialization/JsonSerializerTest.php b/tests/unit/WindowsAzure/Common/Internal/Serialization/JsonSerializerTest.php index fc9a0fabc..ef24c3e0e 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Serialization/JsonSerializerTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Serialization/JsonSerializerTest.php @@ -38,7 +38,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Serialization/XmlSerializerTest.php b/tests/unit/WindowsAzure/Common/Internal/Serialization/XmlSerializerTest.php index 9d837c50d..fe910b2c6 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Serialization/XmlSerializerTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Serialization/XmlSerializerTest.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/ServiceBusSettingsTest.php b/tests/unit/WindowsAzure/Common/Internal/ServiceBusSettingsTest.php index 0dc530197..4b7da30be 100644 --- a/tests/unit/WindowsAzure/Common/Internal/ServiceBusSettingsTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/ServiceBusSettingsTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/ServiceManagementSettingsTest.php b/tests/unit/WindowsAzure/Common/Internal/ServiceManagementSettingsTest.php index d7b3b11c1..ba731f646 100644 --- a/tests/unit/WindowsAzure/Common/Internal/ServiceManagementSettingsTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/ServiceManagementSettingsTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/ServiceRestProxyTest.php b/tests/unit/WindowsAzure/Common/Internal/ServiceRestProxyTest.php index 61f21450d..5a4176599 100644 --- a/tests/unit/WindowsAzure/Common/Internal/ServiceRestProxyTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/ServiceRestProxyTest.php @@ -42,7 +42,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/StorageServiceSettingsTest.php b/tests/unit/WindowsAzure/Common/Internal/StorageServiceSettingsTest.php index 94e28f6a2..556d16a4f 100644 --- a/tests/unit/WindowsAzure/Common/Internal/StorageServiceSettingsTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/StorageServiceSettingsTest.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/UtilitiesTest.php b/tests/unit/WindowsAzure/Common/Internal/UtilitiesTest.php index 8246d34f9..1f9580c64 100644 --- a/tests/unit/WindowsAzure/Common/Internal/UtilitiesTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/UtilitiesTest.php @@ -41,7 +41,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/ValidateTest.php b/tests/unit/WindowsAzure/Common/Internal/ValidateTest.php index 748f75e5c..e34b4c579 100644 --- a/tests/unit/WindowsAzure/Common/Internal/ValidateTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/ValidateTest.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Models/GetServicePropertiesResultTest.php b/tests/unit/WindowsAzure/Common/Models/GetServicePropertiesResultTest.php index ba0167dea..8413db0c8 100644 --- a/tests/unit/WindowsAzure/Common/Models/GetServicePropertiesResultTest.php +++ b/tests/unit/WindowsAzure/Common/Models/GetServicePropertiesResultTest.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Models/LoggingTest.php b/tests/unit/WindowsAzure/Common/Models/LoggingTest.php index b4a57082b..c15cf5ee2 100644 --- a/tests/unit/WindowsAzure/Common/Models/LoggingTest.php +++ b/tests/unit/WindowsAzure/Common/Models/LoggingTest.php @@ -39,7 +39,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Models/MetricsTest.php b/tests/unit/WindowsAzure/Common/Models/MetricsTest.php index 50ac00049..9f3c54abb 100644 --- a/tests/unit/WindowsAzure/Common/Models/MetricsTest.php +++ b/tests/unit/WindowsAzure/Common/Models/MetricsTest.php @@ -39,7 +39,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Models/OAuthAccessTokenTest.php b/tests/unit/WindowsAzure/Common/Models/OAuthAccessTokenTest.php index 03dd46719..cd487813b 100644 --- a/tests/unit/WindowsAzure/Common/Models/OAuthAccessTokenTest.php +++ b/tests/unit/WindowsAzure/Common/Models/OAuthAccessTokenTest.php @@ -38,7 +38,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Models/RetentionPolicyTest.php b/tests/unit/WindowsAzure/Common/Models/RetentionPolicyTest.php index 77b15490a..c632db6cb 100644 --- a/tests/unit/WindowsAzure/Common/Models/RetentionPolicyTest.php +++ b/tests/unit/WindowsAzure/Common/Models/RetentionPolicyTest.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Models/ServicePropertiesTest.php b/tests/unit/WindowsAzure/Common/Models/ServicePropertiesTest.php index f886e15b5..3085afe53 100644 --- a/tests/unit/WindowsAzure/Common/Models/ServicePropertiesTest.php +++ b/tests/unit/WindowsAzure/Common/Models/ServicePropertiesTest.php @@ -42,7 +42,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/ServiceExceptionTest.php b/tests/unit/WindowsAzure/Common/ServiceExceptionTest.php index 7ef347b47..342c32235 100644 --- a/tests/unit/WindowsAzure/Common/ServiceExceptionTest.php +++ b/tests/unit/WindowsAzure/Common/ServiceExceptionTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/ServicesBuilderTest.php b/tests/unit/WindowsAzure/Common/ServicesBuilderTest.php index a0846c592..3fe6e302a 100644 --- a/tests/unit/WindowsAzure/Common/ServicesBuilderTest.php +++ b/tests/unit/WindowsAzure/Common/ServicesBuilderTest.php @@ -39,7 +39,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Internal/ContentPropertiesSerializerTest.php b/tests/unit/WindowsAzure/MediaServices/Internal/ContentPropertiesSerializerTest.php index b9d84c56e..a933798cd 100644 --- a/tests/unit/WindowsAzure/MediaServices/Internal/ContentPropertiesSerializerTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Internal/ContentPropertiesSerializerTest.php @@ -40,7 +40,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/MediaServicesRestProxyTest.php b/tests/unit/WindowsAzure/MediaServices/MediaServicesRestProxyTest.php index 33d64f69e..126357957 100644 --- a/tests/unit/WindowsAzure/MediaServices/MediaServicesRestProxyTest.php +++ b/tests/unit/WindowsAzure/MediaServices/MediaServicesRestProxyTest.php @@ -108,7 +108,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/AccessPolicyTest.php b/tests/unit/WindowsAzure/MediaServices/Models/AccessPolicyTest.php index beb8e533d..04fc014d7 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/AccessPolicyTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/AccessPolicyTest.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/AssetDeliveryPolicyTest.php b/tests/unit/WindowsAzure/MediaServices/Models/AssetDeliveryPolicyTest.php index 0cfe0d748..7670083d1 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/AssetDeliveryPolicyTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/AssetDeliveryPolicyTest.php @@ -38,7 +38,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/AssetFileTest.php b/tests/unit/WindowsAzure/MediaServices/Models/AssetFileTest.php index 5a2413054..216165e65 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/AssetFileTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/AssetFileTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/AssetTest.php b/tests/unit/WindowsAzure/MediaServices/Models/AssetTest.php index fcc60ad5b..367e36618 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/AssetTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/AssetTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyAuthorizationOptionsTest.php b/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyAuthorizationOptionsTest.php index 0a837247a..a76f1476f 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyAuthorizationOptionsTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyAuthorizationOptionsTest.php @@ -39,7 +39,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyAuthorizationPolicyTest.php b/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyAuthorizationPolicyTest.php index 67c43c87c..51c1e6e5c 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyAuthorizationPolicyTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyAuthorizationPolicyTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyAuthorizationRestrictionsTest.php b/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyAuthorizationRestrictionsTest.php index 7af3eb38a..bbabe9bdd 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyAuthorizationRestrictionsTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyAuthorizationRestrictionsTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyTest.php b/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyTest.php index f9810407f..6a9695c8b 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/ContentKeyTest.php @@ -37,7 +37,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/EncodingReservedUnitTypeTest.php b/tests/unit/WindowsAzure/MediaServices/Models/EncodingReservedUnitTypeTest.php index 972fddf3e..6a01dffac 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/EncodingReservedUnitTypeTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/EncodingReservedUnitTypeTest.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/ErrorDetailTest.php b/tests/unit/WindowsAzure/MediaServices/Models/ErrorDetailTest.php index f86c894ba..f1ce6acb4 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/ErrorDetailTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/ErrorDetailTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestAssetTest.php b/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestAssetTest.php index db1bc2e9a..5599ada97 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestAssetTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestAssetTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestFileTest.php b/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestFileTest.php index 758cbd6c4..187273a40 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestFileTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestFileTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestStatisticsTest.php b/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestStatisticsTest.php index dfdd79884..f60c22842 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestStatisticsTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestStatisticsTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestTest.php b/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestTest.php index 20a390054..1114b6108 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/IngestManifestTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/JobTemplateTest.php b/tests/unit/WindowsAzure/MediaServices/Models/JobTemplateTest.php index 45939e3da..d75c22270 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/JobTemplateTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/JobTemplateTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/JobTest.php b/tests/unit/WindowsAzure/MediaServices/Models/JobTest.php index a889485b8..00851ffd3 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/JobTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/JobTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/LocatorTest.php b/tests/unit/WindowsAzure/MediaServices/Models/LocatorTest.php index 5ff49eb7d..f699f7335 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/LocatorTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/LocatorTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/MediaProcessorTest.php b/tests/unit/WindowsAzure/MediaServices/Models/MediaProcessorTest.php index ad817ec9d..84ecea4f3 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/MediaProcessorTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/MediaProcessorTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/StorageAccountTest.php b/tests/unit/WindowsAzure/MediaServices/Models/StorageAccountTest.php index 9d1c9a460..60dbb2d2b 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/StorageAccountTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/StorageAccountTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/TaskHistoricalEventTest.php b/tests/unit/WindowsAzure/MediaServices/Models/TaskHistoricalEventTest.php index 032447fb3..ff680c605 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/TaskHistoricalEventTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/TaskHistoricalEventTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/TaskTemplateTest.php b/tests/unit/WindowsAzure/MediaServices/Models/TaskTemplateTest.php index 6eb9e7b3c..1e4cb535e 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/TaskTemplateTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/TaskTemplateTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Models/TaskTest.php b/tests/unit/WindowsAzure/MediaServices/Models/TaskTest.php index 7f114d4d3..accdde15c 100644 --- a/tests/unit/WindowsAzure/MediaServices/Models/TaskTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Models/TaskTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/AgcAndColorStripeRestrictionTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/AgcAndColorStripeRestrictionTest.php index 5aac7eab0..051642847 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/AgcAndColorStripeRestrictionTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/AgcAndColorStripeRestrictionTest.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/ContentEncryptionKeyFromKeyIdentifierTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/ContentEncryptionKeyFromKeyIdentifierTest.php index 33c9894b4..0909f79a6 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/ContentEncryptionKeyFromKeyIdentifierTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/ContentEncryptionKeyFromKeyIdentifierTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/ExplicitAnalogTelevisionRestrictionTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/ExplicitAnalogTelevisionRestrictionTest.php index 5a923361f..85760fa54 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/ExplicitAnalogTelevisionRestrictionTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/ExplicitAnalogTelevisionRestrictionTest.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/MediaServicesLicenseTemplateSerializerTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/MediaServicesLicenseTemplateSerializerTest.php index c236cfd88..662132f84 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/MediaServicesLicenseTemplateSerializerTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/MediaServicesLicenseTemplateSerializerTest.php @@ -47,7 +47,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/OpenIdConnectDiscoveryDocumentTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/OpenIdConnectDiscoveryDocumentTest.php index a581d7030..2d11550ef 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/OpenIdConnectDiscoveryDocumentTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/OpenIdConnectDiscoveryDocumentTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/PlayReadyLicenseResponseTemplateTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/PlayReadyLicenseResponseTemplateTest.php index c315d6c8a..24d35e1cc 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/PlayReadyLicenseResponseTemplateTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/PlayReadyLicenseResponseTemplateTest.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/PlayReadyLicenseTemplateTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/PlayReadyLicenseTemplateTest.php index b8b519f00..e4dcf7d31 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/PlayReadyLicenseTemplateTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/PlayReadyLicenseTemplateTest.php @@ -37,7 +37,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/PlayReadyPlayRightTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/PlayReadyPlayRightTest.php index 08331d2f9..9fc37dcfd 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/PlayReadyPlayRightTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/PlayReadyPlayRightTest.php @@ -40,7 +40,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/ScmsRestrictionTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/ScmsRestrictionTest.php index 460d2ac0e..ce24ccec1 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/ScmsRestrictionTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/ScmsRestrictionTest.php @@ -36,7 +36,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/SymmetricVerificationKeyTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/SymmetricVerificationKeyTest.php index 8c275ae2d..f756ae7a9 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/SymmetricVerificationKeyTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/SymmetricVerificationKeyTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/TokenClaimsTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/TokenClaimsTest.php index e1da6ca83..12f6ca238 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/TokenClaimsTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/TokenClaimsTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/TokenRestrictionTemplateSerializerTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/TokenRestrictionTemplateSerializerTest.php index de5f04845..290b0b733 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/TokenRestrictionTemplateSerializerTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/TokenRestrictionTemplateSerializerTest.php @@ -42,7 +42,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/TokenRestrictionTemplateTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/TokenRestrictionTemplateTest.php index 140a351dc..e4dbff0d4 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/TokenRestrictionTemplateTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/TokenRestrictionTemplateTest.php @@ -39,7 +39,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/WidevineMessageTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/WidevineMessageTest.php index 6587e6d03..5e25ef5c0 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/WidevineMessageTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/WidevineMessageTest.php @@ -40,7 +40,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/MediaServices/Templates/X509CertTokenVerificationKeyTest.php b/tests/unit/WindowsAzure/MediaServices/Templates/X509CertTokenVerificationKeyTest.php index 53a621a80..f9153d418 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/X509CertTokenVerificationKeyTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/X509CertTokenVerificationKeyTest.php @@ -35,7 +35,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/Internal/ActionTest.php b/tests/unit/WindowsAzure/ServiceBus/Internal/ActionTest.php index dd43c5989..efcf1a191 100644 --- a/tests/unit/WindowsAzure/ServiceBus/Internal/ActionTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/Internal/ActionTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/Internal/ActiveTokenTest.php b/tests/unit/WindowsAzure/ServiceBus/Internal/ActiveTokenTest.php index 2f494160c..5db363da9 100644 --- a/tests/unit/WindowsAzure/ServiceBus/Internal/ActiveTokenTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/Internal/ActiveTokenTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/Internal/FilterTest.php b/tests/unit/WindowsAzure/ServiceBus/Internal/FilterTest.php index 2c594f009..94452741f 100644 --- a/tests/unit/WindowsAzure/ServiceBus/Internal/FilterTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/Internal/FilterTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/Internal/WrapTokenManagerTest.php b/tests/unit/WindowsAzure/ServiceBus/Internal/WrapTokenManagerTest.php index 3c82079c5..1b032d360 100644 --- a/tests/unit/WindowsAzure/ServiceBus/Internal/WrapTokenManagerTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/Internal/WrapTokenManagerTest.php @@ -42,7 +42,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/ServiceBusRestProxyTest.php b/tests/unit/WindowsAzure/ServiceBus/ServiceBusRestProxyTest.php index 7ce9898e5..992ab1ce3 100644 --- a/tests/unit/WindowsAzure/ServiceBus/ServiceBusRestProxyTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/ServiceBusRestProxyTest.php @@ -51,7 +51,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/WrapRestProxyTest.php b/tests/unit/WindowsAzure/ServiceBus/WrapRestProxyTest.php index baad711c1..91302f7f5 100644 --- a/tests/unit/WindowsAzure/ServiceBus/WrapRestProxyTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/WrapRestProxyTest.php @@ -41,7 +41,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/BrokerPropertiesTest.php b/tests/unit/WindowsAzure/ServiceBus/models/BrokerPropertiesTest.php index 311883d12..27bcb3366 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/BrokerPropertiesTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/BrokerPropertiesTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/BrokeredMessageTest.php b/tests/unit/WindowsAzure/ServiceBus/models/BrokeredMessageTest.php index 5252175ac..0578e2b07 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/BrokeredMessageTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/BrokeredMessageTest.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/CorrelationFilterTest.php b/tests/unit/WindowsAzure/ServiceBus/models/CorrelationFilterTest.php index d52d0cc1d..fda580d80 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/CorrelationFilterTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/CorrelationFilterTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/EmptyRuleActionTest.php b/tests/unit/WindowsAzure/ServiceBus/models/EmptyRuleActionTest.php index 9b2df2d3a..198f85400 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/EmptyRuleActionTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/EmptyRuleActionTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/FalseFilterTest.php b/tests/unit/WindowsAzure/ServiceBus/models/FalseFilterTest.php index 7cca36d5c..f50ecbd7a 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/FalseFilterTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/FalseFilterTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/ListOptionsTest.php b/tests/unit/WindowsAzure/ServiceBus/models/ListOptionsTest.php index 909b149c0..ab594cbd2 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/ListOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/ListOptionsTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/ListQueuesOptionsTest.php b/tests/unit/WindowsAzure/ServiceBus/models/ListQueuesOptionsTest.php index 3e65556ef..ff82fe9c7 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/ListQueuesOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/ListQueuesOptionsTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/ListQueuesResultTest.php b/tests/unit/WindowsAzure/ServiceBus/models/ListQueuesResultTest.php index 13c680423..86e7006bc 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/ListQueuesResultTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/ListQueuesResultTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/ListRulesOptionsTest.php b/tests/unit/WindowsAzure/ServiceBus/models/ListRulesOptionsTest.php index 64c703862..410d4bc67 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/ListRulesOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/ListRulesOptionsTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/ListRulesResultTest.php b/tests/unit/WindowsAzure/ServiceBus/models/ListRulesResultTest.php index 37d6f6232..54344e4cc 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/ListRulesResultTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/ListRulesResultTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/ListSubscriptionsOptionsTest.php b/tests/unit/WindowsAzure/ServiceBus/models/ListSubscriptionsOptionsTest.php index aa46c91f5..d0c96c063 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/ListSubscriptionsOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/ListSubscriptionsOptionsTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/ListSubscriptionsResultTest.php b/tests/unit/WindowsAzure/ServiceBus/models/ListSubscriptionsResultTest.php index 23043a14b..2c5dbce05 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/ListSubscriptionsResultTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/ListSubscriptionsResultTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/ListTopicsOptionsTest.php b/tests/unit/WindowsAzure/ServiceBus/models/ListTopicsOptionsTest.php index 368c523c0..93f94e104 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/ListTopicsOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/ListTopicsOptionsTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/ListTopicsResultTest.php b/tests/unit/WindowsAzure/ServiceBus/models/ListTopicsResultTest.php index 4627345f8..472f86549 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/ListTopicsResultTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/ListTopicsResultTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/QueueDescriptionTest.php b/tests/unit/WindowsAzure/ServiceBus/models/QueueDescriptionTest.php index 8a29ba909..eed1a0160 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/QueueDescriptionTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/QueueDescriptionTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/QueueInfoTest.php b/tests/unit/WindowsAzure/ServiceBus/models/QueueInfoTest.php index 9b406cd81..d5437c335 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/QueueInfoTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/QueueInfoTest.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/ReceiveMessageOptionsTest.php b/tests/unit/WindowsAzure/ServiceBus/models/ReceiveMessageOptionsTest.php index fa46d30a6..b5c190977 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/ReceiveMessageOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/ReceiveMessageOptionsTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/RuleDescriptionTest.php b/tests/unit/WindowsAzure/ServiceBus/models/RuleDescriptionTest.php index 629fbf894..2cf19fa57 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/RuleDescriptionTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/RuleDescriptionTest.php @@ -39,7 +39,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/RuleInfoTest.php b/tests/unit/WindowsAzure/ServiceBus/models/RuleInfoTest.php index af27815fe..387edc3c5 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/RuleInfoTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/RuleInfoTest.php @@ -39,7 +39,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/SqlFilterTest.php b/tests/unit/WindowsAzure/ServiceBus/models/SqlFilterTest.php index 8495fbc55..bb85a9ae9 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/SqlFilterTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/SqlFilterTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/SqlRuleActionTest.php b/tests/unit/WindowsAzure/ServiceBus/models/SqlRuleActionTest.php index d1cf66e52..385349352 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/SqlRuleActionTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/SqlRuleActionTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/SubscriptionDescriptionTest.php b/tests/unit/WindowsAzure/ServiceBus/models/SubscriptionDescriptionTest.php index 388060006..51eb834d7 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/SubscriptionDescriptionTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/SubscriptionDescriptionTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/SubscriptionInfoTest.php b/tests/unit/WindowsAzure/ServiceBus/models/SubscriptionInfoTest.php index 10a3e19e8..7dbe3bf65 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/SubscriptionInfoTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/SubscriptionInfoTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/TopicDescriptionTest.php b/tests/unit/WindowsAzure/ServiceBus/models/TopicDescriptionTest.php index 84d786e7d..1d3ef69e0 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/TopicDescriptionTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/TopicDescriptionTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/TopicInfoTest.php b/tests/unit/WindowsAzure/ServiceBus/models/TopicInfoTest.php index b1800b13d..bb894d9dc 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/TopicInfoTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/TopicInfoTest.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/TrueFilterTest.php b/tests/unit/WindowsAzure/ServiceBus/models/TrueFilterTest.php index f77a3fba7..49d7be03e 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/TrueFilterTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/TrueFilterTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceBus/models/WrapAccessTokenResultTest.php b/tests/unit/WindowsAzure/ServiceBus/models/WrapAccessTokenResultTest.php index cef04e780..fa3aff4a7 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/WrapAccessTokenResultTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/WrapAccessTokenResultTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Internal/ServiceTest.php b/tests/unit/WindowsAzure/ServiceManagement/Internal/ServiceTest.php index 1e2638cc0..c00680afc 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Internal/ServiceTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Internal/ServiceTest.php @@ -39,7 +39,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Internal/WindowsAzureServiceTest.php b/tests/unit/WindowsAzure/ServiceManagement/Internal/WindowsAzureServiceTest.php index 1f9eae24d..98952806a 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Internal/WindowsAzureServiceTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Internal/WindowsAzureServiceTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/AffinityGroupTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/AffinityGroupTest.php index 495ef7cff..4748b30e4 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/AffinityGroupTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/AffinityGroupTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/AsynchronousOperationResultTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/AsynchronousOperationResultTest.php index 34be78f0b..8f32eed99 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/AsynchronousOperationResultTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/AsynchronousOperationResultTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/ChangeDeploymentConfigurationOptionsTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/ChangeDeploymentConfigurationOptionsTest.php index b29afae97..4485a2eb4 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/ChangeDeploymentConfigurationOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/ChangeDeploymentConfigurationOptionsTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/CreateAffinityGroupOptionsTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/CreateAffinityGroupOptionsTest.php index bb4d7f00c..4dbd33f68 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/CreateAffinityGroupOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/CreateAffinityGroupOptionsTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/CreateDeploymentOptionsTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/CreateDeploymentOptionsTest.php index f7f8f1844..f783717aa 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/CreateDeploymentOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/CreateDeploymentOptionsTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/CreateStorageServiceOptionsTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/CreateStorageServiceOptionsTest.php index 60218d89c..1bf817f9f 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/CreateStorageServiceOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/CreateStorageServiceOptionsTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/DeploymentSlotTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/DeploymentSlotTest.php index 67f14df01..dfc61e7ae 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/DeploymentSlotTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/DeploymentSlotTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/DeploymentStatusTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/DeploymentStatusTest.php index 45a86ed92..22e3ecd42 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/DeploymentStatusTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/DeploymentStatusTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/DeploymentTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/DeploymentTest.php index a658e8758..3d0690a02 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/DeploymentTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/DeploymentTest.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/GetAffinityGroupPropertiesResultTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/GetAffinityGroupPropertiesResultTest.php index 8d7c9aa81..87dd467be 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/GetAffinityGroupPropertiesResultTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/GetAffinityGroupPropertiesResultTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/GetDeploymentOptionsTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/GetDeploymentOptionsTest.php index 2e286fc56..dede3a208 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/GetDeploymentOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/GetDeploymentOptionsTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/GetDeploymentResultTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/GetDeploymentResultTest.php index 7dd491f61..f7499eaae 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/GetDeploymentResultTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/GetDeploymentResultTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/GetHostedServicePropertiesOptionsTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/GetHostedServicePropertiesOptionsTest.php index bd68a7b45..88d5cb229 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/GetHostedServicePropertiesOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/GetHostedServicePropertiesOptionsTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/GetHostedServicePropertiesResultTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/GetHostedServicePropertiesResultTest.php index 0746c3cd7..6dd34bab0 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/GetHostedServicePropertiesResultTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/GetHostedServicePropertiesResultTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/GetOperationStatusResultTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/GetOperationStatusResultTest.php index 04cd66097..2b3c4aed2 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/GetOperationStatusResultTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/GetOperationStatusResultTest.php @@ -38,7 +38,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/GetStorageServiceKeysResultTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/GetStorageServiceKeysResultTest.php index 974b1ecc9..25983e488 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/GetStorageServiceKeysResultTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/GetStorageServiceKeysResultTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/GetStorageServicePropertiesResultTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/GetStorageServicePropertiesResultTest.php index 8ffe887fa..27690890d 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/GetStorageServicePropertiesResultTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/GetStorageServicePropertiesResultTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/HostedServiceTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/HostedServiceTest.php index 6b6723ff1..bda874517 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/HostedServiceTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/HostedServiceTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/InputEndpointTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/InputEndpointTest.php index 13a9a0f06..8b94afe16 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/InputEndpointTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/InputEndpointTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/ListAffinityGroupsResultTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/ListAffinityGroupsResultTest.php index 34c5d3100..66a8513ba 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/ListAffinityGroupsResultTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/ListAffinityGroupsResultTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/ListHostedServicesResultTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/ListHostedServicesResultTest.php index f8c4358b8..76efeda8f 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/ListHostedServicesResultTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/ListHostedServicesResultTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/ListLocationsResultTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/ListLocationsResultTest.php index 58c5ca9e8..41b1ed1e0 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/ListLocationsResultTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/ListLocationsResultTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/ListStorageServicesResultTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/ListStorageServicesResultTest.php index c87494dd7..3eb1aa46f 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/ListStorageServicesResultTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/ListStorageServicesResultTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/LocationTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/LocationTest.php index 8713d079d..f9584201e 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/LocationTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/LocationTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/ModeTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/ModeTest.php index d91adfb09..c854c330c 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/ModeTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/ModeTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/RoleInstanceTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/RoleInstanceTest.php index 95ca7c892..05fbe17ee 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/RoleInstanceTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/RoleInstanceTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/RoleTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/RoleTest.php index ea16332de..945f679d9 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/RoleTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/RoleTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/StorageServiceTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/StorageServiceTest.php index 254450670..aab79db86 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/StorageServiceTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/StorageServiceTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/UpdateServiceOptionsTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/UpdateServiceOptionsTest.php index 0c5c7bdfd..5bf7d1dcb 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/UpdateServiceOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/UpdateServiceOptionsTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/UpgradeDeploymentOptionsTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/UpgradeDeploymentOptionsTest.php index 595445570..12a395502 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/UpgradeDeploymentOptionsTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/UpgradeDeploymentOptionsTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/Models/UpgradeStatusTest.php b/tests/unit/WindowsAzure/ServiceManagement/Models/UpgradeStatusTest.php index 2105b86e5..3039f6db5 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Models/UpgradeStatusTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Models/UpgradeStatusTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceManagement/ServiceManagementRestProxyTest.php b/tests/unit/WindowsAzure/ServiceManagement/ServiceManagementRestProxyTest.php index 622f1c795..607b00d86 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/ServiceManagementRestProxyTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/ServiceManagementRestProxyTest.php @@ -54,7 +54,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/AcquireCurrentStateTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/AcquireCurrentStateTest.php index f8162bdae..65a8cd7aa 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/AcquireCurrentStateTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/AcquireCurrentStateTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/ChunkedGoalStateDeserializerTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/ChunkedGoalStateDeserializerTest.php index fbbe8feb5..cb1da54a8 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/ChunkedGoalStateDeserializerTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/ChunkedGoalStateDeserializerTest.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/CurrentStateTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/CurrentStateTest.php index 230ce6b1e..2dc89bdcf 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/CurrentStateTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/CurrentStateTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/FileInputChannelTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/FileInputChannelTest.php index 2100bb8f4..851d5d40d 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/FileInputChannelTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/FileInputChannelTest.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/FileOutputChannelTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/FileOutputChannelTest.php index 2ae27af60..ee1e346a4 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/FileOutputChannelTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/FileOutputChannelTest.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/GoalStateTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/GoalStateTest.php index 30218006e..0c45964db 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/GoalStateTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/GoalStateTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/LocalResourceTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/LocalResourceTest.php index a56d2647e..6bb08fb44 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/LocalResourceTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/LocalResourceTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeClientFactoryTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeClientFactoryTest.php index d6c6486e3..34be988a1 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeClientFactoryTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeClientFactoryTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeClientTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeClientTest.php index 34d6b98f6..28941a78c 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeClientTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeClientTest.php @@ -48,7 +48,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeCurrentStateClientTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeCurrentStateClientTest.php index b02961fe6..6347f6ccc 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeCurrentStateClientTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeCurrentStateClientTest.php @@ -44,7 +44,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeGoalStateClientTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeGoalStateClientTest.php index b66042d17..63b6bf5fb 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeGoalStateClientTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/Protocol1RuntimeGoalStateClientTest.php @@ -43,7 +43,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/ReleaseCurrentStateTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/ReleaseCurrentStateTest.php index c59e02c98..0ac791496 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/ReleaseCurrentStateTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/ReleaseCurrentStateTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleEnvironmentConfigurationSettingChangeTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleEnvironmentConfigurationSettingChangeTest.php index 221f09e0c..2e025c270 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleEnvironmentConfigurationSettingChangeTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleEnvironmentConfigurationSettingChangeTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleEnvironmentDataTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleEnvironmentDataTest.php index 442c599a4..65d5a42cc 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleEnvironmentDataTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleEnvironmentDataTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleEnvironmentTopologyChangeTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleEnvironmentTopologyChangeTest.php index 538e411db..8dd11867e 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleEnvironmentTopologyChangeTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleEnvironmentTopologyChangeTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleInstanceEndpointTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleInstanceEndpointTest.php index 0b5e0e471..f22bc8982 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleInstanceEndpointTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleInstanceEndpointTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleInstanceTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleInstanceTest.php index aa32eec78..f20cf24df 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleInstanceTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleInstanceTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleTest.php index feaa08c53..2729d1090 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RoleTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RuntimeKernelTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RuntimeKernelTest.php index c31ba5c9e..2faf41670 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RuntimeKernelTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RuntimeKernelTest.php @@ -36,7 +36,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RuntimeVersionManagerTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RuntimeVersionManagerTest.php index 1935c7e27..45da6f9ff 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RuntimeVersionManagerTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RuntimeVersionManagerTest.php @@ -41,7 +41,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RuntimeVersionProtocolClientTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RuntimeVersionProtocolClientTest.php index 22ba5abda..69d2b9292 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/RuntimeVersionProtocolClientTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/RuntimeVersionProtocolClientTest.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/XmlCurrentStateSerializerTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/XmlCurrentStateSerializerTest.php index 3d61c16a8..eed724ffd 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/XmlCurrentStateSerializerTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/XmlCurrentStateSerializerTest.php @@ -44,7 +44,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/XmlGoalStateDeserializerTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/XmlGoalStateDeserializerTest.php index c0cae279d..5b79ff2d3 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/XmlGoalStateDeserializerTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/XmlGoalStateDeserializerTest.php @@ -37,7 +37,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/Internal/XmlRoleEnvironmentDataDeserializerTest.php b/tests/unit/WindowsAzure/ServiceRuntime/Internal/XmlRoleEnvironmentDataDeserializerTest.php index 743d6d118..2aaabaf2a 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/Internal/XmlRoleEnvironmentDataDeserializerTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/Internal/XmlRoleEnvironmentDataDeserializerTest.php @@ -40,7 +40,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/ServiceRuntime/RoleEnvironmentTest.php b/tests/unit/WindowsAzure/ServiceRuntime/RoleEnvironmentTest.php index 715b88c8d..535abd433 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/RoleEnvironmentTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/RoleEnvironmentTest.php @@ -44,7 +44,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.5_2016-09 + * @version Release: 0.5.0_2016-11 * * @link https://github.com/windowsazure/azure-sdk-for-php */