From 1c2e9e0cb862f9265802a4db43ce0bd5888ec03a Mon Sep 17 00:00:00 2001 From: Yaqi Yang Date: Mon, 15 Aug 2016 11:04:51 -0700 Subject: [PATCH] Release 0.4.4 --- bin/release-tool.php | 6 +++--- changelog.txt | 4 ++++ 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 +- src/Common/Internal/Authentication/SharedKeyAuthScheme.php | 2 +- src/Common/Internal/Authentication/StorageAuthScheme.php | 2 +- .../Authentication/TableSharedKeyLiteAuthScheme.php | 2 +- src/Common/Internal/ConnectionStringParser.php | 4 ++-- src/Common/Internal/ConnectionStringSource.php | 2 +- src/Common/Internal/FilterableService.php | 2 +- src/Common/Internal/Filters/AuthenticationFilter.php | 2 +- src/Common/Internal/Filters/DateFilter.php | 2 +- src/Common/Internal/Filters/ExponentialRetryPolicy.php | 2 +- src/Common/Internal/Filters/HeadersFilter.php | 2 +- src/Common/Internal/Filters/RetryPolicy.php | 2 +- src/Common/Internal/Filters/RetryPolicyFilter.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 +- src/Common/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/Resources.php | 2 +- src/Common/Internal/RestProxy.php | 2 +- src/Common/Internal/Serialization/ISerializer.php | 2 +- src/Common/Internal/Serialization/JsonSerializer.php | 2 +- src/Common/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 +- src/MediaServices/Internal/ContentPropertiesSerializer.php | 2 +- src/MediaServices/Internal/IMediaServices.php | 2 +- src/MediaServices/MediaServicesRestProxy.php | 2 +- src/MediaServices/Models/AccessPolicy.php | 2 +- src/MediaServices/Models/Asset.php | 2 +- src/MediaServices/Models/AssetDeliveryPolicy.php | 2 +- .../Models/AssetDeliveryPolicyConfigurationKey.php | 2 +- src/MediaServices/Models/AssetDeliveryPolicyType.php | 2 +- src/MediaServices/Models/AssetDeliveryProtocol.php | 2 +- src/MediaServices/Models/AssetFile.php | 2 +- src/MediaServices/Models/ContentKey.php | 2 +- src/MediaServices/Models/ContentKeyAuthorizationPolicy.php | 2 +- .../Models/ContentKeyAuthorizationPolicyOption.php | 2 +- .../Models/ContentKeyAuthorizationPolicyRestriction.php | 2 +- src/MediaServices/Models/ContentKeyDeliveryType.php | 2 +- src/MediaServices/Models/ContentKeyRestrictionType.php | 2 +- src/MediaServices/Models/ContentKeyTypes.php | 2 +- src/MediaServices/Models/EncodingReservedUnit.php | 2 +- src/MediaServices/Models/EncodingReservedUnitType.php | 2 +- src/MediaServices/Models/EncryptionSchemes.php | 2 +- src/MediaServices/Models/ErrorDetail.php | 2 +- src/MediaServices/Models/IngestManifest.php | 2 +- src/MediaServices/Models/IngestManifestAsset.php | 2 +- src/MediaServices/Models/IngestManifestFile.php | 2 +- src/MediaServices/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/ProtectionKeyTypes.php | 2 +- src/MediaServices/Models/StorageAccount.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 +- .../Templates/AgcAndColorStripeRestriction.php | 2 +- src/MediaServices/Templates/AllowedTrackTypes.php | 2 +- .../Templates/AsymmetricTokenVerificationKey.php | 2 +- .../Templates/ContentEncryptionKeyFromHeader.php | 2 +- .../Templates/ContentEncryptionKeyFromKeyIdentifier.php | 2 +- src/MediaServices/Templates/ContentKeySpecs.php | 2 +- src/MediaServices/Templates/ErrorMessages.php | 2 +- .../Templates/ExplicitAnalogTelevisionRestriction.php | 2 +- src/MediaServices/Templates/FairPlayConfiguration.php | 2 +- src/MediaServices/Templates/Hdcp.php | 2 +- .../Templates/MediaServicesLicenseTemplateSerializer.php | 2 +- .../Templates/OpenIdConnectDiscoveryDocument.php | 2 +- src/MediaServices/Templates/PlayReadyContentKey.php | 2 +- .../Templates/PlayReadyLicenseResponseTemplate.php | 2 +- src/MediaServices/Templates/PlayReadyLicenseTemplate.php | 2 +- src/MediaServices/Templates/PlayReadyLicenseType.php | 2 +- src/MediaServices/Templates/PlayReadyPlayRight.php | 2 +- src/MediaServices/Templates/RequiredOutputProtection.php | 2 +- src/MediaServices/Templates/ScmsRestriction.php | 2 +- src/MediaServices/Templates/SymmetricVerificationKey.php | 2 +- src/MediaServices/Templates/TokenClaim.php | 2 +- src/MediaServices/Templates/TokenRestrictionTemplate.php | 2 +- .../Templates/TokenRestrictionTemplateSerializer.php | 2 +- src/MediaServices/Templates/TokenType.php | 2 +- src/MediaServices/Templates/TokenVerificationKey.php | 2 +- src/MediaServices/Templates/UnknownOutputPassingOption.php | 2 +- src/MediaServices/Templates/WidevineMessage.php | 2 +- src/MediaServices/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 +- src/ServiceManagement/Internal/IServiceManagement.php | 2 +- src/ServiceManagement/Internal/Service.php | 2 +- src/ServiceManagement/Internal/WindowsAzureService.php | 2 +- src/ServiceManagement/Models/AffinityGroup.php | 2 +- .../Models/AsynchronousOperationResult.php | 2 +- .../Models/ChangeDeploymentConfigurationOptions.php | 2 +- src/ServiceManagement/Models/CreateAffinityGroupOptions.php | 2 +- src/ServiceManagement/Models/CreateDeploymentOptions.php | 2 +- src/ServiceManagement/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 +- src/ServiceManagement/Models/GetDeploymentOptions.php | 2 +- src/ServiceManagement/Models/GetDeploymentResult.php | 2 +- .../Models/GetHostedServicePropertiesOptions.php | 2 +- .../Models/GetHostedServicePropertiesResult.php | 2 +- src/ServiceManagement/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 +- src/ServiceManagement/Models/ListAffinityGroupsResult.php | 2 +- src/ServiceManagement/Models/ListHostedServicesResult.php | 2 +- src/ServiceManagement/Models/ListLocationsResult.php | 2 +- src/ServiceManagement/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 +- src/ServiceManagement/Models/UpdateServiceOptions.php | 2 +- src/ServiceManagement/Models/UpgradeDeploymentOptions.php | 2 +- src/ServiceManagement/Models/UpgradeStatus.php | 2 +- src/ServiceManagement/ServiceManagementRestProxy.php | 2 +- src/ServiceRuntime/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 +- src/ServiceRuntime/Internal/ICurrentStateSerializer.php | 2 +- src/ServiceRuntime/Internal/IGoalStateDeserializer.php | 2 +- src/ServiceRuntime/Internal/IInputChannel.php | 2 +- src/ServiceRuntime/Internal/IOutputChannel.php | 2 +- src/ServiceRuntime/Internal/IRoleEnvironmentChange.php | 2 +- .../Internal/IRoleEnvironmentDataDeserializer.php | 2 +- src/ServiceRuntime/Internal/IRuntimeClient.php | 2 +- src/ServiceRuntime/Internal/IRuntimeClientFactory.php | 2 +- src/ServiceRuntime/Internal/IRuntimeCurrentStateClient.php | 2 +- src/ServiceRuntime/Internal/IRuntimeGoalStateClient.php | 2 +- src/ServiceRuntime/Internal/LocalResource.php | 2 +- src/ServiceRuntime/Internal/Protocol1RuntimeClient.php | 2 +- .../Internal/Protocol1RuntimeClientFactory.php | 2 +- .../Internal/Protocol1RuntimeCurrentStateClient.php | 2 +- .../Internal/Protocol1RuntimeGoalStateClient.php | 2 +- src/ServiceRuntime/Internal/ReleaseCurrentState.php | 2 +- src/ServiceRuntime/Internal/Role.php | 2 +- .../Internal/RoleEnvironmentConfigurationSettingChange.php | 2 +- src/ServiceRuntime/Internal/RoleEnvironmentData.php | 2 +- .../Internal/RoleEnvironmentNotAvailableException.php | 2 +- .../Internal/RoleEnvironmentTopologyChange.php | 2 +- src/ServiceRuntime/Internal/RoleInstance.php | 2 +- src/ServiceRuntime/Internal/RoleInstanceEndpoint.php | 2 +- src/ServiceRuntime/Internal/RoleInstanceStatus.php | 2 +- src/ServiceRuntime/Internal/RuntimeKernel.php | 2 +- src/ServiceRuntime/Internal/RuntimeVersionManager.php | 2 +- .../Internal/RuntimeVersionProtocolClient.php | 2 +- src/ServiceRuntime/Internal/XmlCurrentStateSerializer.php | 2 +- src/ServiceRuntime/Internal/XmlGoalStateDeserializer.php | 2 +- .../Internal/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 +- tests/framework/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 +- .../Common/Internal/Authentication/OAuthSchemeMock.php | 2 +- .../Internal/Authentication/SharedKeyAuthSchemeMock.php | 2 +- .../Internal/Authentication/StorageAuthSchemeMock.php | 2 +- .../Authentication/TableSharedKeyLiteAuthSchemeMock.php | 2 +- .../Common/Internal/Filters/SimpleFilterMock.php | 2 +- .../WindowsAzure/Common/CloudConfigurationManagerTest.php | 2 +- .../unit/WindowsAzure/Common/Internal/Atom/AtomLinkTest.php | 2 +- .../unit/WindowsAzure/Common/Internal/Atom/CategoryTest.php | 2 +- .../unit/WindowsAzure/Common/Internal/Atom/ContentTest.php | 2 +- tests/unit/WindowsAzure/Common/Internal/Atom/EntryTest.php | 2 +- tests/unit/WindowsAzure/Common/Internal/Atom/FeedTest.php | 2 +- .../WindowsAzure/Common/Internal/Atom/GeneratorTest.php | 2 +- tests/unit/WindowsAzure/Common/Internal/Atom/PersonTest.php | 2 +- tests/unit/WindowsAzure/Common/Internal/Atom/SourceTest.php | 2 +- .../Common/Internal/Authentication/OAuthSchemeTest.php | 2 +- .../Internal/Authentication/SharedKeyAuthSchemeTest.php | 2 +- .../Internal/Authentication/StorageAuthSchemeTest.php | 2 +- .../Authentication/TableSharedKeyLiteAuthSchemeTest.php | 2 +- .../Common/Internal/ConnectionStringParserTest.php | 2 +- .../Common/Internal/ConnectionStringSourceTest.php | 2 +- .../Common/Internal/Filters/AuthenticationFilterTest.php | 2 +- .../WindowsAzure/Common/Internal/Filters/DateFilterTest.php | 2 +- .../Common/Internal/Filters/ExponentialRetryPolicyTest.php | 2 +- .../Common/Internal/Filters/HeadersFilterTest.php | 2 +- .../WindowsAzure/Common/Internal/Filters/WrapFilterTest.php | 2 +- .../WindowsAzure/Common/Internal/Http/BatchRequestTest.php | 2 +- .../WindowsAzure/Common/Internal/Http/BatchResponseTest.php | 2 +- .../Common/Internal/Http/HttpCallContextTest.php | 2 +- .../WindowsAzure/Common/Internal/Http/HttpClientTest.php | 2 +- tests/unit/WindowsAzure/Common/Internal/Http/UrlTest.php | 2 +- .../Common/Internal/InvalidArgumentTypeExceptionTest.php | 2 +- tests/unit/WindowsAzure/Common/Internal/LoggerTest.php | 2 +- .../Common/Internal/MediaServicesSettingsTest.php | 2 +- .../WindowsAzure/Common/Internal/OAuthRestProxyTest.php | 2 +- .../Common/Internal/Serialization/DummyClass.php | 2 +- .../Common/Internal/Serialization/JsonSerializerTest.php | 2 +- .../Common/Internal/Serialization/XmlSerializerTest.php | 2 +- .../WindowsAzure/Common/Internal/ServiceBusSettingsTest.php | 2 +- .../Common/Internal/ServiceManagementSettingsTest.php | 2 +- .../WindowsAzure/Common/Internal/ServiceRestProxyTest.php | 2 +- .../Common/Internal/StorageServiceSettingsTest.php | 2 +- tests/unit/WindowsAzure/Common/Internal/UtilitiesTest.php | 2 +- tests/unit/WindowsAzure/Common/Internal/ValidateTest.php | 2 +- .../Common/Models/GetServicePropertiesResultTest.php | 2 +- tests/unit/WindowsAzure/Common/Models/LoggingTest.php | 2 +- tests/unit/WindowsAzure/Common/Models/MetricsTest.php | 2 +- .../WindowsAzure/Common/Models/OAuthAccessTokenTest.php | 2 +- .../unit/WindowsAzure/Common/Models/RetentionPolicyTest.php | 2 +- .../WindowsAzure/Common/Models/ServicePropertiesTest.php | 2 +- tests/unit/WindowsAzure/Common/ServiceExceptionTest.php | 2 +- tests/unit/WindowsAzure/Common/ServicesBuilderTest.php | 2 +- .../Internal/ContentPropertiesSerializerTest.php | 2 +- .../MediaServices/MediaServicesRestProxyTest.php | 2 +- .../WindowsAzure/MediaServices/Models/AccessPolicyTest.php | 2 +- .../MediaServices/Models/AssetDeliveryPolicyTest.php | 2 +- .../WindowsAzure/MediaServices/Models/AssetFileTest.php | 2 +- tests/unit/WindowsAzure/MediaServices/Models/AssetTest.php | 2 +- .../Models/ContentKeyAuthorizationOptionsTest.php | 2 +- .../Models/ContentKeyAuthorizationPolicyTest.php | 2 +- .../Models/ContentKeyAuthorizationRestrictionsTest.php | 2 +- .../WindowsAzure/MediaServices/Models/ContentKeyTest.php | 2 +- .../MediaServices/Models/EncodingReservedUnitTypeTest.php | 2 +- .../WindowsAzure/MediaServices/Models/ErrorDetailTest.php | 2 +- .../MediaServices/Models/IngestManifestAssetTest.php | 2 +- .../MediaServices/Models/IngestManifestFileTest.php | 2 +- .../MediaServices/Models/IngestManifestStatisticsTest.php | 2 +- .../MediaServices/Models/IngestManifestTest.php | 2 +- .../WindowsAzure/MediaServices/Models/JobTemplateTest.php | 2 +- tests/unit/WindowsAzure/MediaServices/Models/JobTest.php | 2 +- .../unit/WindowsAzure/MediaServices/Models/LocatorTest.php | 2 +- .../MediaServices/Models/MediaProcessorTest.php | 2 +- .../MediaServices/Models/StorageAccountTest.php | 2 +- .../MediaServices/Models/TaskHistoricalEventTest.php | 2 +- .../WindowsAzure/MediaServices/Models/TaskTemplateTest.php | 2 +- tests/unit/WindowsAzure/MediaServices/Models/TaskTest.php | 2 +- .../Templates/AgcAndColorStripeRestrictionTest.php | 2 +- .../Templates/ContentEncryptionKeyFromKeyIdentifierTest.php | 2 +- .../Templates/ExplicitAnalogTelevisionRestrictionTest.php | 2 +- .../MediaServicesLicenseTemplateSerializerTest.php | 2 +- .../Templates/OpenIdConnectDiscoveryDocumentTest.php | 2 +- .../Templates/PlayReadyLicenseResponseTemplateTest.php | 2 +- .../Templates/PlayReadyLicenseTemplateTest.php | 2 +- .../MediaServices/Templates/PlayReadyPlayRightTest.php | 2 +- .../MediaServices/Templates/ScmsRestrictionTest.php | 2 +- .../Templates/SymmetricVerificationKeyTest.php | 2 +- .../MediaServices/Templates/TokenClaimsTest.php | 2 +- .../Templates/TokenRestrictionTemplateSerializerTest.php | 2 +- .../Templates/TokenRestrictionTemplateTest.php | 2 +- .../MediaServices/Templates/WidevineMessageTest.php | 2 +- .../Templates/X509CertTokenVerificationKeyTest.php | 2 +- tests/unit/WindowsAzure/ServiceBus/Internal/ActionTest.php | 2 +- .../WindowsAzure/ServiceBus/Internal/ActiveTokenTest.php | 2 +- tests/unit/WindowsAzure/ServiceBus/Internal/FilterTest.php | 2 +- .../ServiceBus/Internal/WrapTokenManagerTest.php | 2 +- .../WindowsAzure/ServiceBus/ServiceBusRestProxyTest.php | 2 +- tests/unit/WindowsAzure/ServiceBus/WrapRestProxyTest.php | 2 +- .../WindowsAzure/ServiceBus/models/BrokerPropertiesTest.php | 2 +- .../WindowsAzure/ServiceBus/models/BrokeredMessageTest.php | 2 +- .../ServiceBus/models/CorrelationFilterTest.php | 2 +- .../WindowsAzure/ServiceBus/models/EmptyRuleActionTest.php | 2 +- .../unit/WindowsAzure/ServiceBus/models/FalseFilterTest.php | 2 +- .../unit/WindowsAzure/ServiceBus/models/ListOptionsTest.php | 2 +- .../ServiceBus/models/ListQueuesOptionsTest.php | 2 +- .../WindowsAzure/ServiceBus/models/ListQueuesResultTest.php | 2 +- .../WindowsAzure/ServiceBus/models/ListRulesOptionsTest.php | 2 +- .../WindowsAzure/ServiceBus/models/ListRulesResultTest.php | 2 +- .../ServiceBus/models/ListSubscriptionsOptionsTest.php | 2 +- .../ServiceBus/models/ListSubscriptionsResultTest.php | 2 +- .../ServiceBus/models/ListTopicsOptionsTest.php | 2 +- .../WindowsAzure/ServiceBus/models/ListTopicsResultTest.php | 2 +- .../WindowsAzure/ServiceBus/models/QueueDescriptionTest.php | 2 +- tests/unit/WindowsAzure/ServiceBus/models/QueueInfoTest.php | 2 +- .../ServiceBus/models/ReceiveMessageOptionsTest.php | 2 +- .../WindowsAzure/ServiceBus/models/RuleDescriptionTest.php | 2 +- tests/unit/WindowsAzure/ServiceBus/models/RuleInfoTest.php | 2 +- tests/unit/WindowsAzure/ServiceBus/models/SqlFilterTest.php | 2 +- .../WindowsAzure/ServiceBus/models/SqlRuleActionTest.php | 2 +- .../ServiceBus/models/SubscriptionDescriptionTest.php | 2 +- .../WindowsAzure/ServiceBus/models/SubscriptionInfoTest.php | 2 +- .../WindowsAzure/ServiceBus/models/TopicDescriptionTest.php | 2 +- tests/unit/WindowsAzure/ServiceBus/models/TopicInfoTest.php | 2 +- .../unit/WindowsAzure/ServiceBus/models/TrueFilterTest.php | 2 +- .../ServiceBus/models/WrapAccessTokenResultTest.php | 2 +- .../WindowsAzure/ServiceManagement/Internal/ServiceTest.php | 2 +- .../ServiceManagement/Internal/WindowsAzureServiceTest.php | 2 +- .../ServiceManagement/Models/AffinityGroupTest.php | 2 +- .../Models/AsynchronousOperationResultTest.php | 2 +- .../Models/ChangeDeploymentConfigurationOptionsTest.php | 2 +- .../Models/CreateAffinityGroupOptionsTest.php | 2 +- .../Models/CreateDeploymentOptionsTest.php | 2 +- .../Models/CreateStorageServiceOptionsTest.php | 2 +- .../ServiceManagement/Models/DeploymentSlotTest.php | 2 +- .../ServiceManagement/Models/DeploymentStatusTest.php | 2 +- .../ServiceManagement/Models/DeploymentTest.php | 2 +- .../Models/GetAffinityGroupPropertiesResultTest.php | 2 +- .../ServiceManagement/Models/GetDeploymentOptionsTest.php | 2 +- .../ServiceManagement/Models/GetDeploymentResultTest.php | 2 +- .../Models/GetHostedServicePropertiesOptionsTest.php | 2 +- .../Models/GetHostedServicePropertiesResultTest.php | 2 +- .../Models/GetOperationStatusResultTest.php | 2 +- .../Models/GetStorageServiceKeysResultTest.php | 2 +- .../Models/GetStorageServicePropertiesResultTest.php | 2 +- .../ServiceManagement/Models/HostedServiceTest.php | 2 +- .../ServiceManagement/Models/InputEndpointTest.php | 2 +- .../Models/ListAffinityGroupsResultTest.php | 2 +- .../Models/ListHostedServicesResultTest.php | 2 +- .../ServiceManagement/Models/ListLocationsResultTest.php | 2 +- .../Models/ListStorageServicesResultTest.php | 2 +- .../WindowsAzure/ServiceManagement/Models/LocationTest.php | 2 +- .../unit/WindowsAzure/ServiceManagement/Models/ModeTest.php | 2 +- .../ServiceManagement/Models/RoleInstanceTest.php | 2 +- .../unit/WindowsAzure/ServiceManagement/Models/RoleTest.php | 2 +- .../ServiceManagement/Models/StorageServiceTest.php | 2 +- .../ServiceManagement/Models/UpdateServiceOptionsTest.php | 2 +- .../Models/UpgradeDeploymentOptionsTest.php | 2 +- .../ServiceManagement/Models/UpgradeStatusTest.php | 2 +- .../ServiceManagement/ServiceManagementRestProxyTest.php | 2 +- .../ServiceRuntime/Internal/AcquireCurrentStateTest.php | 2 +- .../Internal/ChunkedGoalStateDeserializerTest.php | 2 +- .../ServiceRuntime/Internal/CurrentStateTest.php | 2 +- .../ServiceRuntime/Internal/FileInputChannelTest.php | 2 +- .../ServiceRuntime/Internal/FileOutputChannelTest.php | 2 +- .../WindowsAzure/ServiceRuntime/Internal/GoalStateTest.php | 2 +- .../ServiceRuntime/Internal/LocalResourceTest.php | 2 +- .../Internal/Protocol1RuntimeClientFactoryTest.php | 2 +- .../ServiceRuntime/Internal/Protocol1RuntimeClientTest.php | 2 +- .../Internal/Protocol1RuntimeCurrentStateClientTest.php | 2 +- .../Internal/Protocol1RuntimeGoalStateClientTest.php | 2 +- .../ServiceRuntime/Internal/ReleaseCurrentStateTest.php | 2 +- .../RoleEnvironmentConfigurationSettingChangeTest.php | 2 +- .../ServiceRuntime/Internal/RoleEnvironmentDataTest.php | 2 +- .../Internal/RoleEnvironmentTopologyChangeTest.php | 2 +- .../ServiceRuntime/Internal/RoleInstanceEndpointTest.php | 2 +- .../ServiceRuntime/Internal/RoleInstanceTest.php | 2 +- .../unit/WindowsAzure/ServiceRuntime/Internal/RoleTest.php | 2 +- .../ServiceRuntime/Internal/RuntimeKernelTest.php | 2 +- .../ServiceRuntime/Internal/RuntimeVersionManagerTest.php | 2 +- .../Internal/RuntimeVersionProtocolClientTest.php | 2 +- .../Internal/XmlCurrentStateSerializerTest.php | 2 +- .../Internal/XmlGoalStateDeserializerTest.php | 2 +- .../Internal/XmlRoleEnvironmentDataDeserializerTest.php | 2 +- .../WindowsAzure/ServiceRuntime/RoleEnvironmentTest.php | 2 +- 432 files changed, 438 insertions(+), 434 deletions(-) diff --git a/bin/release-tool.php b/bin/release-tool.php index ba0550592..80467e429 100755 --- a/bin/release-tool.php +++ b/bin/release-tool.php @@ -27,10 +27,10 @@ * Update the version number of PHP files, and generate class list. * * 1. change the NEW_VER const to the correct new version string - * 2. run php .\build\release_tools.php in the root directory + * 2. run php .\bin\release-tool.php in the root directory */ const VER_TOKEN = ' * @version'; -const NEW_VER = ' Release: 0.4.3_2016-05'; +const NEW_VER = ' Release: 0.4.4_2016-08'; $startDir = __DIR__.'/../'; //this will update SDK sources, test sources and examples. $updateVersion = true; @@ -40,7 +40,7 @@ $output = ''; foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator($startDir)) as $filename => $cur) { - if (is_dir($filename) || strpos($filename, 'release_tools.php') !== false) { + if (is_dir($filename) || strpos($filename, 'release-tool.php') !== false) { continue; } diff --git a/changelog.txt b/changelog.txt index a9bbb4192..f54927408 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +Windows Azure SDK For PHP 0.4.4, 2016-08-16 +------------------------------------------- +Added Widevine Base License Acquisition + FairPlay support + Windows Azure SDK For PHP 0.4.3, 2016-05-10 ------------------------------------------- - Updated PHP version requirement to >=5.5 for PHP Storage SDK (https://github.com/Azure/azure-storage-php) diff --git a/examples/Client/CloudStorageService.php b/examples/Client/CloudStorageService.php index 8c90be8fb..df55ac7ba 100644 --- a/examples/Client/CloudStorageService.php +++ b/examples/Client/CloudStorageService.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/examples/Client/CloudSubscription.php b/examples/Client/CloudSubscription.php index 931503064..13d704046 100644 --- a/examples/Client/CloudSubscription.php +++ b/examples/Client/CloudSubscription.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/examples/Client/CloudTable.php b/examples/Client/CloudTable.php index e7dae07a1..16fae8b9b 100644 --- a/examples/Client/CloudTable.php +++ b/examples/Client/CloudTable.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/examples/Client/ErrorMessages.php b/examples/Client/ErrorMessages.php index 30b31568c..183761fe6 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/examples/Client/WindowsAzureErrorCodes.php b/examples/Client/WindowsAzureErrorCodes.php index 1e586a6d1..fdbe820fc 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/CloudConfigurationManager.php b/src/Common/CloudConfigurationManager.php index 9dba2cf99..9b404e3f4 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 c3acde4c3..22931f494 100644 --- a/src/Common/Internal/Atom/AtomBase.php +++ b/src/Common/Internal/Atom/AtomBase.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 20bca2b53..a9bbd8904 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 ccdba148c..8b2ed0e98 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 046078396..2a1cc35c7 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 7d3769bd6..4b524086c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 2e21f4ff4..438afd01a 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f4a7f4ad8..490ec0f59 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 252f1a3e3..18396cd82 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 6d4379fe6..9f1d6ef9c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 91b12796f..2da242438 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 972c16068..dfa9693fb 100644 --- a/src/Common/Internal/Authentication/OAuthScheme.php +++ b/src/Common/Internal/Authentication/OAuthScheme.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 a9a57ece7..777eeef61 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 94e8a9b41..55976b29a 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 c0d4be6e0..57e2f0091 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link http://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/ConnectionStringParser.php b/src/Common/Internal/ConnectionStringParser.php index cb8ee79d6..1ddb212e3 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ @@ -358,7 +358,7 @@ private function _skipOperator($operatorChar) * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/ConnectionStringSource.php b/src/Common/Internal/ConnectionStringSource.php index f2c395e0a..711862394 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/FilterableService.php b/src/Common/Internal/FilterableService.php index b088f4f5e..351181eb2 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 30cbea103..c05019aeb 100644 --- a/src/Common/Internal/Filters/AuthenticationFilter.php +++ b/src/Common/Internal/Filters/AuthenticationFilter.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 dbdb19183..3890e18b7 100644 --- a/src/Common/Internal/Filters/DateFilter.php +++ b/src/Common/Internal/Filters/DateFilter.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Filters/ExponentialRetryPolicy.php b/src/Common/Internal/Filters/ExponentialRetryPolicy.php index 0684561a7..55a442d65 100644 --- a/src/Common/Internal/Filters/ExponentialRetryPolicy.php +++ b/src/Common/Internal/Filters/ExponentialRetryPolicy.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 fe16c8180..919dc06a4 100644 --- a/src/Common/Internal/Filters/HeadersFilter.php +++ b/src/Common/Internal/Filters/HeadersFilter.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Filters/RetryPolicy.php b/src/Common/Internal/Filters/RetryPolicy.php index b6bc99122..cb1769992 100644 --- a/src/Common/Internal/Filters/RetryPolicy.php +++ b/src/Common/Internal/Filters/RetryPolicy.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Filters/RetryPolicyFilter.php b/src/Common/Internal/Filters/RetryPolicyFilter.php index 5eec4676b..de4bf614b 100644 --- a/src/Common/Internal/Filters/RetryPolicyFilter.php +++ b/src/Common/Internal/Filters/RetryPolicyFilter.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 45ad924c8..f31eb7a1b 100644 --- a/src/Common/Internal/Filters/WrapFilter.php +++ b/src/Common/Internal/Filters/WrapFilter.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 9368ecafe..a7a1009d3 100644 --- a/src/Common/Internal/Http/BatchRequest.php +++ b/src/Common/Internal/Http/BatchRequest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 c0abe1868..2864ef697 100644 --- a/src/Common/Internal/Http/BatchResponse.php +++ b/src/Common/Internal/Http/BatchResponse.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 36239548e..096425d87 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 909722cc2..3d4180de8 100644 --- a/src/Common/Internal/Http/HttpClient.php +++ b/src/Common/Internal/Http/HttpClient.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 1bdbd1b94..677f5aa5e 100644 --- a/src/Common/Internal/Http/IHttpClient.php +++ b/src/Common/Internal/Http/IHttpClient.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 80a3c1110..1b3bdd657 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 dddb6d344..0fa97515e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/IServiceFilter.php b/src/Common/Internal/IServiceFilter.php index 3be0f9962..2412a4096 100644 --- a/src/Common/Internal/IServiceFilter.php +++ b/src/Common/Internal/IServiceFilter.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/InvalidArgumentTypeException.php b/src/Common/Internal/InvalidArgumentTypeException.php index 9306c5cfb..b0945b432 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Logger.php b/src/Common/Internal/Logger.php index 85d17f2ca..73f8ed7cc 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/MediaServicesSettings.php b/src/Common/Internal/MediaServicesSettings.php index e544ea875..372db958d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/OAuthRestProxy.php b/src/Common/Internal/OAuthRestProxy.php index 3d042435d..ba31ecc42 100644 --- a/src/Common/Internal/OAuthRestProxy.php +++ b/src/Common/Internal/OAuthRestProxy.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Resources.php b/src/Common/Internal/Resources.php index 07eaac8ae..166aad191 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/RestProxy.php b/src/Common/Internal/RestProxy.php index 13d5e5170..de531cc09 100644 --- a/src/Common/Internal/RestProxy.php +++ b/src/Common/Internal/RestProxy.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 614f501d9..edc371304 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 fa0580c1b..d02623665 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 421e435f9..df746c1b5 100644 --- a/src/Common/Internal/Serialization/XmlSerializer.php +++ b/src/Common/Internal/Serialization/XmlSerializer.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/ServiceBusSettings.php b/src/Common/Internal/ServiceBusSettings.php index 72242a0e1..cb0ed3a00 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/ServiceManagementSettings.php b/src/Common/Internal/ServiceManagementSettings.php index 21d64f51c..27b68e355 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/ServiceRestProxy.php b/src/Common/Internal/ServiceRestProxy.php index 115a4680b..b6877b25f 100644 --- a/src/Common/Internal/ServiceRestProxy.php +++ b/src/Common/Internal/ServiceRestProxy.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/ServiceSettings.php b/src/Common/Internal/ServiceSettings.php index e33b9803e..292242e6a 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/StorageServiceSettings.php b/src/Common/Internal/StorageServiceSettings.php index 48913fa99..1efc92dbf 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Utilities.php b/src/Common/Internal/Utilities.php index 8c203e55b..dfbcf2ceb 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Internal/Validate.php b/src/Common/Internal/Validate.php index accca0c5b..0b3e3309c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Models/GetServicePropertiesResult.php b/src/Common/Models/GetServicePropertiesResult.php index 168b5036b..d0e6534e4 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Models/Logging.php b/src/Common/Models/Logging.php index a37f0e42d..48ad4ed12 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Models/Metrics.php b/src/Common/Models/Metrics.php index 53e997919..b1eaf436b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Models/OAuthAccessToken.php b/src/Common/Models/OAuthAccessToken.php index 2ca245ec0..02f74051e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Models/RetentionPolicy.php b/src/Common/Models/RetentionPolicy.php index 795746eca..469db2933 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/Models/ServiceProperties.php b/src/Common/Models/ServiceProperties.php index aa524987b..8e315bb05 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/ServiceException.php b/src/Common/ServiceException.php index 23a3bf341..9d19dd424 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/Common/ServicesBuilder.php b/src/Common/ServicesBuilder.php index 078a0bc32..79990ccc3 100644 --- a/src/Common/ServicesBuilder.php +++ b/src/Common/ServicesBuilder.php @@ -56,7 +56,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Internal/ContentPropertiesSerializer.php b/src/MediaServices/Internal/ContentPropertiesSerializer.php index c4326c2ab..703f90d33 100644 --- a/src/MediaServices/Internal/ContentPropertiesSerializer.php +++ b/src/MediaServices/Internal/ContentPropertiesSerializer.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/MediaServices/Internal/IMediaServices.php b/src/MediaServices/Internal/IMediaServices.php index 9a8654870..f814085e9 100644 --- a/src/MediaServices/Internal/IMediaServices.php +++ b/src/MediaServices/Internal/IMediaServices.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/MediaServicesRestProxy.php b/src/MediaServices/MediaServicesRestProxy.php index 05b927adc..b494a3791 100644 --- a/src/MediaServices/MediaServicesRestProxy.php +++ b/src/MediaServices/MediaServicesRestProxy.php @@ -70,7 +70,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AccessPolicy.php b/src/MediaServices/Models/AccessPolicy.php index f2932acc9..6469e2485 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/Asset.php b/src/MediaServices/Models/Asset.php index 5912578de..fbd4a3e10 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AssetDeliveryPolicy.php b/src/MediaServices/Models/AssetDeliveryPolicy.php index 8e747cbdf..fc03d5fb5 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AssetDeliveryPolicyConfigurationKey.php b/src/MediaServices/Models/AssetDeliveryPolicyConfigurationKey.php index ba42f9243..d6e04c2a3 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AssetDeliveryPolicyType.php b/src/MediaServices/Models/AssetDeliveryPolicyType.php index f53cbeb24..8df9a6e7c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AssetDeliveryProtocol.php b/src/MediaServices/Models/AssetDeliveryProtocol.php index 9c8ef2e17..38511a5dc 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/AssetFile.php b/src/MediaServices/Models/AssetFile.php index 90c7e0a0d..85cf28d3c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKey.php b/src/MediaServices/Models/ContentKey.php index 687adf80f..42b26ab0e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKeyAuthorizationPolicy.php b/src/MediaServices/Models/ContentKeyAuthorizationPolicy.php index 72c5b4675..795f207ac 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKeyAuthorizationPolicyOption.php b/src/MediaServices/Models/ContentKeyAuthorizationPolicyOption.php index 2d4a1bf5c..e90524a96 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKeyAuthorizationPolicyRestriction.php b/src/MediaServices/Models/ContentKeyAuthorizationPolicyRestriction.php index 76f7a3a97..10c721aeb 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKeyDeliveryType.php b/src/MediaServices/Models/ContentKeyDeliveryType.php index 228edf385..9a1541c67 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKeyRestrictionType.php b/src/MediaServices/Models/ContentKeyRestrictionType.php index 25c2c8b1e..a7d90f6c2 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ContentKeyTypes.php b/src/MediaServices/Models/ContentKeyTypes.php index 7add9de3e..60361e134 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/EncodingReservedUnit.php b/src/MediaServices/Models/EncodingReservedUnit.php index 0412d4bbd..b715cafe0 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/EncodingReservedUnitType.php b/src/MediaServices/Models/EncodingReservedUnitType.php index f2826e1ad..4a6e329a4 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/EncryptionSchemes.php b/src/MediaServices/Models/EncryptionSchemes.php index 03f13211c..b2f6311cd 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ErrorDetail.php b/src/MediaServices/Models/ErrorDetail.php index 1cbf7c1a7..1b7e8ff9d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/IngestManifest.php b/src/MediaServices/Models/IngestManifest.php index b97a217de..8e4c2c90f 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/IngestManifestAsset.php b/src/MediaServices/Models/IngestManifestAsset.php index 228deedfd..62f32ef47 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/IngestManifestFile.php b/src/MediaServices/Models/IngestManifestFile.php index 6942ccccf..9d798a6b7 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/IngestManifestStatistics.php b/src/MediaServices/Models/IngestManifestStatistics.php index 1ebc18453..ba1676208 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/Job.php b/src/MediaServices/Models/Job.php index 67b10dd72..36e11419d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/JobTemplate.php b/src/MediaServices/Models/JobTemplate.php index 573598266..a54f1795d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/Locator.php b/src/MediaServices/Models/Locator.php index df8bbcff2..cc477867e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/MediaProcessor.php b/src/MediaServices/Models/MediaProcessor.php index 37873ebb5..59ab3e7d6 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/ProtectionKeyTypes.php b/src/MediaServices/Models/ProtectionKeyTypes.php index d969aa296..d53a072ad 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/StorageAccount.php b/src/MediaServices/Models/StorageAccount.php index d5a4e4eac..a441f85cb 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/Task.php b/src/MediaServices/Models/Task.php index 16fdc3884..224940a2e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/TaskHistoricalEvent.php b/src/MediaServices/Models/TaskHistoricalEvent.php index eb11cf3b2..f233ccfac 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/TaskOptions.php b/src/MediaServices/Models/TaskOptions.php index aa8ebe9bb..f69072c6a 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Models/TaskTemplate.php b/src/MediaServices/Models/TaskTemplate.php index 806d90f2f..6ef449857 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/AgcAndColorStripeRestriction.php b/src/MediaServices/Templates/AgcAndColorStripeRestriction.php index 1206c11ee..bb390cc6c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/AllowedTrackTypes.php b/src/MediaServices/Templates/AllowedTrackTypes.php index 928d520f6..e95527318 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/AsymmetricTokenVerificationKey.php b/src/MediaServices/Templates/AsymmetricTokenVerificationKey.php index 8342a82ca..36d0f7f96 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/ContentEncryptionKeyFromHeader.php b/src/MediaServices/Templates/ContentEncryptionKeyFromHeader.php index adf3b0e4f..28ea1f8da 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/ContentEncryptionKeyFromKeyIdentifier.php b/src/MediaServices/Templates/ContentEncryptionKeyFromKeyIdentifier.php index 709b791cc..4934cfd40 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/ContentKeySpecs.php b/src/MediaServices/Templates/ContentKeySpecs.php index 7262db171..fac3e762b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/ErrorMessages.php b/src/MediaServices/Templates/ErrorMessages.php index 7e0f22600..1dcf2bb1d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/ExplicitAnalogTelevisionRestriction.php b/src/MediaServices/Templates/ExplicitAnalogTelevisionRestriction.php index afbc71b48..5e84c7b05 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/FairPlayConfiguration.php b/src/MediaServices/Templates/FairPlayConfiguration.php index 88e68b703..b68136a23 100644 --- a/src/MediaServices/Templates/FairPlayConfiguration.php +++ b/src/MediaServices/Templates/FairPlayConfiguration.php @@ -32,7 +32,7 @@ * @author Azure PHP SDK * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 - * @version Release: 0.4.2_2016-04 + * @version Release: 0.4.4_2016-08 * @link https://github.com/windowsazure/azure-sdk-for-php */ class FairPlayConfiguration diff --git a/src/MediaServices/Templates/Hdcp.php b/src/MediaServices/Templates/Hdcp.php index ac3092b2b..a5c160554 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/MediaServicesLicenseTemplateSerializer.php b/src/MediaServices/Templates/MediaServicesLicenseTemplateSerializer.php index 52df0060b..cf900f0cc 100644 --- a/src/MediaServices/Templates/MediaServicesLicenseTemplateSerializer.php +++ b/src/MediaServices/Templates/MediaServicesLicenseTemplateSerializer.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/OpenIdConnectDiscoveryDocument.php b/src/MediaServices/Templates/OpenIdConnectDiscoveryDocument.php index 6981cbf7d..62edd4433 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/PlayReadyContentKey.php b/src/MediaServices/Templates/PlayReadyContentKey.php index 646af0fe8..3c14ac2cf 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/PlayReadyLicenseResponseTemplate.php b/src/MediaServices/Templates/PlayReadyLicenseResponseTemplate.php index 02ab018b0..bff2002bb 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/PlayReadyLicenseTemplate.php b/src/MediaServices/Templates/PlayReadyLicenseTemplate.php index 3cb399fa3..0d4d2b49a 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/PlayReadyLicenseType.php b/src/MediaServices/Templates/PlayReadyLicenseType.php index 7a8c24eaf..a52ff91cd 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/PlayReadyPlayRight.php b/src/MediaServices/Templates/PlayReadyPlayRight.php index 667907c7f..60ad9270e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/RequiredOutputProtection.php b/src/MediaServices/Templates/RequiredOutputProtection.php index 10feee053..82fe64c08 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/ScmsRestriction.php b/src/MediaServices/Templates/ScmsRestriction.php index 600ac2d19..9c9277f25 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/SymmetricVerificationKey.php b/src/MediaServices/Templates/SymmetricVerificationKey.php index 9d36e41bf..d7a67b256 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/TokenClaim.php b/src/MediaServices/Templates/TokenClaim.php index 24a29d2fb..cb0001dcc 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/TokenRestrictionTemplate.php b/src/MediaServices/Templates/TokenRestrictionTemplate.php index a0d45706c..63719638c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/TokenRestrictionTemplateSerializer.php b/src/MediaServices/Templates/TokenRestrictionTemplateSerializer.php index 7899f538e..b9baddad6 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/TokenType.php b/src/MediaServices/Templates/TokenType.php index f1217ca1c..c3cd4b544 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/TokenVerificationKey.php b/src/MediaServices/Templates/TokenVerificationKey.php index 4e6e85a21..e386a739b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/UnknownOutputPassingOption.php b/src/MediaServices/Templates/UnknownOutputPassingOption.php index 627e0ee3d..c6986e0ae 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/WidevineMessage.php b/src/MediaServices/Templates/WidevineMessage.php index 847197fa9..7564327c4 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/WidevineMessageSerializer.php b/src/MediaServices/Templates/WidevineMessageSerializer.php index ca0b91968..28aeacd20 100644 --- a/src/MediaServices/Templates/WidevineMessageSerializer.php +++ b/src/MediaServices/Templates/WidevineMessageSerializer.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/MediaServices/Templates/X509CertTokenVerificationKey.php b/src/MediaServices/Templates/X509CertTokenVerificationKey.php index 9073f908c..c2121c9e7 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/Action.php b/src/ServiceBus/Internal/Action.php index 49a4b5df3..e3f5b52a4 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/ActiveToken.php b/src/ServiceBus/Internal/ActiveToken.php index 043e78817..de4d35456 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/Filter.php b/src/ServiceBus/Internal/Filter.php index 9515eee4d..09f90fce8 100644 --- a/src/ServiceBus/Internal/Filter.php +++ b/src/ServiceBus/Internal/Filter.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/IServiceBus.php b/src/ServiceBus/Internal/IServiceBus.php index dc8ef1d73..be8d089f4 100644 --- a/src/ServiceBus/Internal/IServiceBus.php +++ b/src/ServiceBus/Internal/IServiceBus.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/IWrap.php b/src/ServiceBus/Internal/IWrap.php index 456749082..b95fa4db1 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/WrapAccessTokenResult.php b/src/ServiceBus/Internal/WrapAccessTokenResult.php index d308b4d73..f4a675f55 100644 --- a/src/ServiceBus/Internal/WrapAccessTokenResult.php +++ b/src/ServiceBus/Internal/WrapAccessTokenResult.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/WrapRestProxy.php b/src/ServiceBus/Internal/WrapRestProxy.php index f1837bdbb..61877907b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Internal/WrapTokenManager.php b/src/ServiceBus/Internal/WrapTokenManager.php index b145a8878..399e9c2d9 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/BrokerProperties.php b/src/ServiceBus/Models/BrokerProperties.php index b01310807..83227d122 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/CorrelationFilter.php b/src/ServiceBus/Models/CorrelationFilter.php index fefe4b98a..6c593e6de 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/EmptyRuleAction.php b/src/ServiceBus/Models/EmptyRuleAction.php index d0cdf4d6f..e1cdb580e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/FalseFilter.php b/src/ServiceBus/Models/FalseFilter.php index 71a64401c..d87363e3a 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListOptions.php b/src/ServiceBus/Models/ListOptions.php index 456fe6961..80c9df6bf 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListQueuesOptions.php b/src/ServiceBus/Models/ListQueuesOptions.php index 3cf6397af..937bdd4b7 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListQueuesResult.php b/src/ServiceBus/Models/ListQueuesResult.php index 4406ac370..21ce2c1b0 100644 --- a/src/ServiceBus/Models/ListQueuesResult.php +++ b/src/ServiceBus/Models/ListQueuesResult.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListRulesOptions.php b/src/ServiceBus/Models/ListRulesOptions.php index 7edb53398..a689bd601 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListRulesResult.php b/src/ServiceBus/Models/ListRulesResult.php index 637a75cc2..d6b5c00b3 100644 --- a/src/ServiceBus/Models/ListRulesResult.php +++ b/src/ServiceBus/Models/ListRulesResult.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListSubscriptionsOptions.php b/src/ServiceBus/Models/ListSubscriptionsOptions.php index ff1a44efe..371c3976e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListSubscriptionsResult.php b/src/ServiceBus/Models/ListSubscriptionsResult.php index fb8f985ea..ac47a9a1e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListTopicsOptions.php b/src/ServiceBus/Models/ListTopicsOptions.php index 46d7d8060..0a48d86d3 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ListTopicsResult.php b/src/ServiceBus/Models/ListTopicsResult.php index 36fe88fbb..d5eb149a0 100644 --- a/src/ServiceBus/Models/ListTopicsResult.php +++ b/src/ServiceBus/Models/ListTopicsResult.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/QueueDescription.php b/src/ServiceBus/Models/QueueDescription.php index 5e2013348..f44f4c24f 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/QueueInfo.php b/src/ServiceBus/Models/QueueInfo.php index 0af6039fa..5f9a02009 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ReceiveMessageOptions.php b/src/ServiceBus/Models/ReceiveMessageOptions.php index 3020f461d..b2739004f 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/ReceiveMode.php b/src/ServiceBus/Models/ReceiveMode.php index 4402c29fc..b631932a0 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/RuleDescription.php b/src/ServiceBus/Models/RuleDescription.php index 18aca9e90..ce97aafb3 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 11c1348ca..4349b04b9 100644 --- a/src/ServiceBus/Models/RuleInfo.php +++ b/src/ServiceBus/Models/RuleInfo.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/SqlFilter.php b/src/ServiceBus/Models/SqlFilter.php index 1f0c81a5e..cac8a68e8 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/SqlRuleAction.php b/src/ServiceBus/Models/SqlRuleAction.php index 72b36e190..5c5f75974 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/SubscriptionDescription.php b/src/ServiceBus/Models/SubscriptionDescription.php index 93528d064..1edd8d782 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 224f6a3c3..5b5a593d0 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/TopicDescription.php b/src/ServiceBus/Models/TopicDescription.php index 8a67afae0..b3dec2b5e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 ad60991e1..21848ff90 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/Models/TrueFilter.php b/src/ServiceBus/Models/TrueFilter.php index 7353cf6ee..53e1ee546 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceBus/ServiceBusRestProxy.php b/src/ServiceBus/ServiceBusRestProxy.php index 03e32eece..5de4c7b4f 100644 --- a/src/ServiceBus/ServiceBusRestProxy.php +++ b/src/ServiceBus/ServiceBusRestProxy.php @@ -63,7 +63,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Internal/IServiceManagement.php b/src/ServiceManagement/Internal/IServiceManagement.php index d792e9030..eb4652d9b 100644 --- a/src/ServiceManagement/Internal/IServiceManagement.php +++ b/src/ServiceManagement/Internal/IServiceManagement.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Internal/Service.php b/src/ServiceManagement/Internal/Service.php index c777ebf7c..c829f9836 100644 --- a/src/ServiceManagement/Internal/Service.php +++ b/src/ServiceManagement/Internal/Service.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Internal/WindowsAzureService.php b/src/ServiceManagement/Internal/WindowsAzureService.php index a14580d16..4c0fc9177 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/AffinityGroup.php b/src/ServiceManagement/Models/AffinityGroup.php index 3bc806e92..a04744914 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/AsynchronousOperationResult.php b/src/ServiceManagement/Models/AsynchronousOperationResult.php index a176479b8..481f7956c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/ChangeDeploymentConfigurationOptions.php b/src/ServiceManagement/Models/ChangeDeploymentConfigurationOptions.php index 3b4786e67..42ba65b7d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/CreateAffinityGroupOptions.php b/src/ServiceManagement/Models/CreateAffinityGroupOptions.php index 01aca08b5..bf84ef6e2 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/CreateDeploymentOptions.php b/src/ServiceManagement/Models/CreateDeploymentOptions.php index 10e228b11..ae8e0574f 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/CreateServiceOptions.php b/src/ServiceManagement/Models/CreateServiceOptions.php index 672155047..febad8425 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/Deployment.php b/src/ServiceManagement/Models/Deployment.php index fc18f568f..dc52021b4 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/DeploymentSlot.php b/src/ServiceManagement/Models/DeploymentSlot.php index 256b19549..b9eae14a5 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/DeploymentStatus.php b/src/ServiceManagement/Models/DeploymentStatus.php index f4a6b0ceb..149304157 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetAffinityGroupPropertiesResult.php b/src/ServiceManagement/Models/GetAffinityGroupPropertiesResult.php index 3b627bddc..65c7b1b43 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetDeploymentOptions.php b/src/ServiceManagement/Models/GetDeploymentOptions.php index dc69a93b9..4165d1aa8 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetDeploymentResult.php b/src/ServiceManagement/Models/GetDeploymentResult.php index 3f3944186..d4b63a164 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetHostedServicePropertiesOptions.php b/src/ServiceManagement/Models/GetHostedServicePropertiesOptions.php index facb323f0..303383566 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetHostedServicePropertiesResult.php b/src/ServiceManagement/Models/GetHostedServicePropertiesResult.php index 66d3d3e40..075255945 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetOperationStatusResult.php b/src/ServiceManagement/Models/GetOperationStatusResult.php index 64cc971b8..7f0fa2f07 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetStorageServiceKeysResult.php b/src/ServiceManagement/Models/GetStorageServiceKeysResult.php index 4eb971cb6..670f54ba4 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/GetStorageServicePropertiesResult.php b/src/ServiceManagement/Models/GetStorageServicePropertiesResult.php index c6d379298..fca949af5 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/HostedService.php b/src/ServiceManagement/Models/HostedService.php index 790c1b3c2..b45c41317 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/InputEndpoint.php b/src/ServiceManagement/Models/InputEndpoint.php index f5d33f4d8..f9906ce5a 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/KeyType.php b/src/ServiceManagement/Models/KeyType.php index 75f2d8262..2c919ca1b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/ListAffinityGroupsResult.php b/src/ServiceManagement/Models/ListAffinityGroupsResult.php index 5679fa84d..77f6c6ad5 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/ListHostedServicesResult.php b/src/ServiceManagement/Models/ListHostedServicesResult.php index f54882538..36713956d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/ListLocationsResult.php b/src/ServiceManagement/Models/ListLocationsResult.php index 5fdfa1a6a..9c5d9e1a9 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/ListStorageServicesResult.php b/src/ServiceManagement/Models/ListStorageServicesResult.php index 0195de8c7..e64deee64 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/Location.php b/src/ServiceManagement/Models/Location.php index b96366620..e9f635cfd 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/Mode.php b/src/ServiceManagement/Models/Mode.php index d8c989f6b..6bfe34d6b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/OperationStatus.php b/src/ServiceManagement/Models/OperationStatus.php index afe8ac684..1f6093690 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/Role.php b/src/ServiceManagement/Models/Role.php index 92a89ce81..175ee4c94 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/RoleInstance.php b/src/ServiceManagement/Models/RoleInstance.php index 97873d052..c8eed9cce 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/StorageService.php b/src/ServiceManagement/Models/StorageService.php index 678269165..1593e0033 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/UpdateServiceOptions.php b/src/ServiceManagement/Models/UpdateServiceOptions.php index 0fb295352..085bbbbe7 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/UpgradeDeploymentOptions.php b/src/ServiceManagement/Models/UpgradeDeploymentOptions.php index 2bf1ffc8a..ab8fe2b01 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/Models/UpgradeStatus.php b/src/ServiceManagement/Models/UpgradeStatus.php index 290325947..cfaca4cd9 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceManagement/ServiceManagementRestProxy.php b/src/ServiceManagement/ServiceManagementRestProxy.php index b91aa9df5..4def5a8cb 100644 --- a/src/ServiceManagement/ServiceManagementRestProxy.php +++ b/src/ServiceManagement/ServiceManagementRestProxy.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/AcquireCurrentState.php b/src/ServiceRuntime/Internal/AcquireCurrentState.php index bf9958bc0..741398c70 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/ChannelNotAvailableException.php b/src/ServiceRuntime/Internal/ChannelNotAvailableException.php index 6c969e676..340497655 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/ChunkedGoalStateDeserializer.php b/src/ServiceRuntime/Internal/ChunkedGoalStateDeserializer.php index 45cdbcb4a..5c8099cab 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/CurrentState.php b/src/ServiceRuntime/Internal/CurrentState.php index 9fcad3701..603ec39f9 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/CurrentStatus.php b/src/ServiceRuntime/Internal/CurrentStatus.php index 679514b2b..9d632cb7b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/FileInputChannel.php b/src/ServiceRuntime/Internal/FileInputChannel.php index 2bf1c641b..d44391f4d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/FileOutputChannel.php b/src/ServiceRuntime/Internal/FileOutputChannel.php index d2982262d..1356f5075 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/GoalState.php b/src/ServiceRuntime/Internal/GoalState.php index b70f240af..bced69774 100644 --- a/src/ServiceRuntime/Internal/GoalState.php +++ b/src/ServiceRuntime/Internal/GoalState.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/ICurrentStateSerializer.php b/src/ServiceRuntime/Internal/ICurrentStateSerializer.php index 985974a96..7f92b6e63 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IGoalStateDeserializer.php b/src/ServiceRuntime/Internal/IGoalStateDeserializer.php index 5f0fec356..e858951b3 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IInputChannel.php b/src/ServiceRuntime/Internal/IInputChannel.php index 1ec288644..1f701c728 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IOutputChannel.php b/src/ServiceRuntime/Internal/IOutputChannel.php index 0b071bf81..22c7d62d6 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IRoleEnvironmentChange.php b/src/ServiceRuntime/Internal/IRoleEnvironmentChange.php index aef630fe7..6f9001bde 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IRoleEnvironmentDataDeserializer.php b/src/ServiceRuntime/Internal/IRoleEnvironmentDataDeserializer.php index 8a42ee1a0..c25d30c7c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IRuntimeClient.php b/src/ServiceRuntime/Internal/IRuntimeClient.php index 3ed804d1a..150389886 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IRuntimeClientFactory.php b/src/ServiceRuntime/Internal/IRuntimeClientFactory.php index 63c5cc10b..1f0dcd26c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IRuntimeCurrentStateClient.php b/src/ServiceRuntime/Internal/IRuntimeCurrentStateClient.php index c6373b46a..7bf5501b2 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/IRuntimeGoalStateClient.php b/src/ServiceRuntime/Internal/IRuntimeGoalStateClient.php index 7b065ea87..6428ddd4f 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/LocalResource.php b/src/ServiceRuntime/Internal/LocalResource.php index 10d5ace3f..306ba200e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/Protocol1RuntimeClient.php b/src/ServiceRuntime/Internal/Protocol1RuntimeClient.php index 503283afe..6cca839ee 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/Protocol1RuntimeClientFactory.php b/src/ServiceRuntime/Internal/Protocol1RuntimeClientFactory.php index b96ea57e0..b97496f28 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/Protocol1RuntimeCurrentStateClient.php b/src/ServiceRuntime/Internal/Protocol1RuntimeCurrentStateClient.php index 55456c45c..8244d55fc 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/Protocol1RuntimeGoalStateClient.php b/src/ServiceRuntime/Internal/Protocol1RuntimeGoalStateClient.php index a0c57f343..ba6983154 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/ReleaseCurrentState.php b/src/ServiceRuntime/Internal/ReleaseCurrentState.php index 4d5a93d79..31b3fad48 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/Role.php b/src/ServiceRuntime/Internal/Role.php index ca38e69fe..0e664fac3 100644 --- a/src/ServiceRuntime/Internal/Role.php +++ b/src/ServiceRuntime/Internal/Role.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleEnvironmentConfigurationSettingChange.php b/src/ServiceRuntime/Internal/RoleEnvironmentConfigurationSettingChange.php index bb88770e9..cc2591ee2 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleEnvironmentData.php b/src/ServiceRuntime/Internal/RoleEnvironmentData.php index 1fa48bd11..98eafc612 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleEnvironmentNotAvailableException.php b/src/ServiceRuntime/Internal/RoleEnvironmentNotAvailableException.php index a77b97b3c..e5b37cfaa 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleEnvironmentTopologyChange.php b/src/ServiceRuntime/Internal/RoleEnvironmentTopologyChange.php index e2c8ee9a1..44f62e07c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleInstance.php b/src/ServiceRuntime/Internal/RoleInstance.php index 7e100c76e..f0b5be727 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleInstanceEndpoint.php b/src/ServiceRuntime/Internal/RoleInstanceEndpoint.php index aae713dfb..43202f8c3 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RoleInstanceStatus.php b/src/ServiceRuntime/Internal/RoleInstanceStatus.php index f0c4b81dd..2c9a60314 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RuntimeKernel.php b/src/ServiceRuntime/Internal/RuntimeKernel.php index 1b0de3978..96c8c94b3 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RuntimeVersionManager.php b/src/ServiceRuntime/Internal/RuntimeVersionManager.php index bd83db9b5..1023a577c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/RuntimeVersionProtocolClient.php b/src/ServiceRuntime/Internal/RuntimeVersionProtocolClient.php index d5a345d8b..4f8de2f8f 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/XmlCurrentStateSerializer.php b/src/ServiceRuntime/Internal/XmlCurrentStateSerializer.php index f9b59f1a8..a3f11c15e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/XmlGoalStateDeserializer.php b/src/ServiceRuntime/Internal/XmlGoalStateDeserializer.php index 4bff02c02..f8ceb6223 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/Internal/XmlRoleEnvironmentDataDeserializer.php b/src/ServiceRuntime/Internal/XmlRoleEnvironmentDataDeserializer.php index d4523c8ab..84910ed90 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/src/ServiceRuntime/RoleEnvironment.php b/src/ServiceRuntime/RoleEnvironment.php index 8bb8d26a4..df18aadf0 100644 --- a/src/ServiceRuntime/RoleEnvironment.php +++ b/src/ServiceRuntime/RoleEnvironment.php @@ -46,7 +46,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/BlobServiceRestProxyTestBase.php b/tests/framework/BlobServiceRestProxyTestBase.php index 6a38d811c..84e41e13d 100644 --- a/tests/framework/BlobServiceRestProxyTestBase.php +++ b/tests/framework/BlobServiceRestProxyTestBase.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/MediaServicesRestProxyTestBase.php b/tests/framework/MediaServicesRestProxyTestBase.php index 6b4d7ee25..035626080 100644 --- a/tests/framework/MediaServicesRestProxyTestBase.php +++ b/tests/framework/MediaServicesRestProxyTestBase.php @@ -48,7 +48,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/QueueServiceRestProxyTestBase.php b/tests/framework/QueueServiceRestProxyTestBase.php index af1a362de..968986aad 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/RestProxyTestBase.php b/tests/framework/RestProxyTestBase.php index faa383f6a..e89cfe84f 100644 --- a/tests/framework/RestProxyTestBase.php +++ b/tests/framework/RestProxyTestBase.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/ServiceBusRestProxyTestBase.php b/tests/framework/ServiceBusRestProxyTestBase.php index bc94645ff..8b4907377 100644 --- a/tests/framework/ServiceBusRestProxyTestBase.php +++ b/tests/framework/ServiceBusRestProxyTestBase.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/WindowsAzure/azure-sdk-for-php */ diff --git a/tests/framework/ServiceManagementRestProxyTestBase.php b/tests/framework/ServiceManagementRestProxyTestBase.php index b03e87aa4..b7439b3f1 100644 --- a/tests/framework/ServiceManagementRestProxyTestBase.php +++ b/tests/framework/ServiceManagementRestProxyTestBase.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/ServiceRestProxyTestBase.php b/tests/framework/ServiceRestProxyTestBase.php index caa495c71..aec734d52 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/TableServiceRestProxyTestBase.php b/tests/framework/TableServiceRestProxyTestBase.php index 8212ced24..67feea5e2 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/TestResources.php b/tests/framework/TestResources.php index 0adfdfd77..461fc4476 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/framework/VirtualFileSystem.php b/tests/framework/VirtualFileSystem.php index 65fe9b2be..a423b0b7b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 559d71533..730971f55 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 b336004d7..343eb55f4 100644 --- a/tests/mock/WindowsAzure/Common/Internal/Authentication/OAuthSchemeMock.php +++ b/tests/mock/WindowsAzure/Common/Internal/Authentication/OAuthSchemeMock.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 844e0c5c7..479f77107 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 ee988a4d0..66cce79bc 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 1819b26f6..25137617e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 3a4ff8a31..f074bbef9 100644 --- a/tests/mock/WindowsAzure/Common/Internal/Filters/SimpleFilterMock.php +++ b/tests/mock/WindowsAzure/Common/Internal/Filters/SimpleFilterMock.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 2e6b6fe73..fd157f5f0 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 04ba89000..18e6b174d 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Atom/AtomLinkTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Atom/AtomLinkTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 baf0a4210..d2b87306a 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Atom/CategoryTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Atom/CategoryTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 981ad586b..70740c79d 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Atom/ContentTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Atom/ContentTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 12b0a4bb0..4f7c9aeae 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 96217f409..77db5771e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f38bc6065..321289721 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f730cf287..ac2875a9a 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 bec989bde..90db5cc46 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 ec8fc9523..30d9f693a 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 87e03243a..7206cbedc 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 29463db23..481f9b5a9 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 ed00b3c19..b26897568 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 7eca53403..e1c72272c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 e3af3d6b4..550401cf0 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 961dc815d..79a53fea3 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Filters/AuthenticationFilterTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Filters/AuthenticationFilterTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 a5022a3ab..05643302d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */ diff --git a/tests/unit/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicyTest.php b/tests/unit/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicyTest.php index 168606c63..c2e117a79 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicyTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Filters/ExponentialRetryPolicyTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 ba50e1307..3a787b9d8 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Filters/HeadersFilterTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Filters/HeadersFilterTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 e461626a6..d4991e90b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 6149df06f..58f39ddae 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 4cec9d17c..3d6aa523b 100644 --- a/tests/unit/WindowsAzure/Common/Internal/Http/BatchResponseTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/Http/BatchResponseTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 6e6865b72..130251f5d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 43d0f4db8..98dbc30dd 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 7ae30d811..023c2ba4d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 49d170fe6..c6528e450 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 67faff128..74f369d0b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 2a9aa2c6b..aabd537ab 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 5c46ad60e..669706b2a 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 17049a375..2b5f0b1c9 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 66311d2bf..7d4a3bab4 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 5ff4401f6..e61046414 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 34b6d2f3c..4003fb0a0 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 1b47996e7..0d58af213 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 9b21d439e..4f638d41a 100644 --- a/tests/unit/WindowsAzure/Common/Internal/ServiceRestProxyTest.php +++ b/tests/unit/WindowsAzure/Common/Internal/ServiceRestProxyTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 caf7952e8..f4ae1c71d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 c53987c62..8cd5a075b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f483fd849..5aaba44dd 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f53166798..52097b71b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 3dab19cdc..cc77926bb 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 3bb1b6819..51059e543 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 e50cad526..27b3eb6b0 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 a1871106b..b17e59803 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 81aae2fb6..78ba5e404 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 902004ef7..8ee1280ee 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 2a225f96b..ec1448580 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 1450a705b..5bee1e2e1 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 e14f15896..683bdb73e 100644 --- a/tests/unit/WindowsAzure/MediaServices/MediaServicesRestProxyTest.php +++ b/tests/unit/WindowsAzure/MediaServices/MediaServicesRestProxyTest.php @@ -82,7 +82,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 cb89af80a..37dd7bdd7 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f41ad25e2..7bfd87fda 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 89bb0f9a9..a5b636686 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 5e7bb6169..1c30d5b44 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 9729f2b70..6302d0498 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 1c50d5dbf..6a6d17c71 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 fd731d5ea..f6dd2e176 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 9bb5e5fd3..90e4e5c83 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f911cd16c..b2e6b3312 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 3895d1702..be2b514da 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 c53a9a19f..f95166729 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 749c19dd6..267ecf7ce 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 a62f3eafa..b1bc25b10 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 16e8d6cab..158aef3db 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 0391290d8..6f51c380f 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 7c8ff4712..d24280834 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 e63126a4d..1ec5c6fde 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 343b4eaa3..386ee4526 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 852e530d2..738f5c739 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 6376a54ce..7ff2c01f5 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 5b80bec92..4fa869c2b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 03d08b124..97259a240 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 bf96a7fbf..1871f94c7 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f5fe8bb8c..605ea6da8 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f1a499783..07d53b64d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 8a4c92864..2e247b49d 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/MediaServicesLicenseTemplateSerializerTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/MediaServicesLicenseTemplateSerializerTest.php @@ -46,7 +46,7 @@ * @copyright Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 097c77281..3b9274c07 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 0255407e2..68b050491 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 d7a597eb7..486f44815 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 a550ed295..2df7211bd 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 db2fb81bd..66c2c3066 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 31c88e7e0..687f9741b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f69738d54..d0efe4b82 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 236d7dbd4..b89eca519 100644 --- a/tests/unit/WindowsAzure/MediaServices/Templates/TokenRestrictionTemplateSerializerTest.php +++ b/tests/unit/WindowsAzure/MediaServices/Templates/TokenRestrictionTemplateSerializerTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 4fc9b5044..d6bb1601f 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 d13bafa56..3b572cfbc 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 9a8b5921a..8fdea0d52 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 1b02e86fc..00d70777c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 595c22d5f..2a9419840 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 8aace63c4..b4d052e25 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 3975b5035..87053bfcd 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 12c75cbf6..395309f1c 100644 --- a/tests/unit/WindowsAzure/ServiceBus/ServiceBusRestProxyTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/ServiceBusRestProxyTest.php @@ -50,7 +50,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 48131c7d4..e01132eac 100644 --- a/tests/unit/WindowsAzure/ServiceBus/WrapRestProxyTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/WrapRestProxyTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 d9e845a51..eeb9b23c6 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 040220aaf..57500fcd1 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/BrokeredMessageTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/BrokeredMessageTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 7aaa6f106..d5a60027d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 bd6fb8526..562e3e9a1 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 d6f519fbf..0af6870b7 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 283e67985..84f37b32e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 d7f20e53e..8c092499e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 620dc3052..7a225b11f 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 d31454442..76e090ee3 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 7d8015a01..a7a38f1d0 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 34ab946ba..870fced7a 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 0259b9b4d..60b78d87a 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f1b444c27..8326c6c98 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 9df854664..ec0b0b497 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 c80da590c..ccced831c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 52ba39894..8953c5eac 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/QueueInfoTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/QueueInfoTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 c6a87063d..e6cd8d624 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 53d165d4c..02cdaee30 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/RuleDescriptionTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/RuleDescriptionTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 02a87c03c..33d6a35a6 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/RuleInfoTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/RuleInfoTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 0470d1c27..908abaa32 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 cf6e69f2d..9af6825e6 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 fa184e864..754ba6c30 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 a95793e5a..fe79ffa91 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/SubscriptionInfoTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/SubscriptionInfoTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 2532cb6a2..0e0d1a787 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 07b0f9939..91e7c4e04 100644 --- a/tests/unit/WindowsAzure/ServiceBus/models/TopicInfoTest.php +++ b/tests/unit/WindowsAzure/ServiceBus/models/TopicInfoTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 71ac9571b..ea284905b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 43afdf0f8..d50da14dc 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 1d5df60d8..a810a3494 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/Internal/ServiceTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/Internal/ServiceTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 6b7b569f3..887cb8207 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 c4064bf77..48d31abdc 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 ec0870616..c23620665 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 c700a4018..eff95b7e4 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 842eb1f6b..38dacf209 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 8c15ffd35..0273f2e43 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 beeafd32a..a7170c701 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 c638278fd..34e900179 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 715a3aac9..d465bba74 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 776e6276b..354825102 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 341e201e2..18cc32a79 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 a8c157214..eb8e8b14c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 3f1af872f..c2f645944 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 5ded502ef..e0d4d0514 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f1000fc37..e1d91eaa8 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 0127a4172..233a980e2 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 e6660e523..504996eae 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 688d3a3cb..fc1b785f2 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f27eede01..7e4f8cc87 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 0ee0d2728..11f0f847f 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 594ce4de2..302b094b3 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 b553e9311..b39c72277 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 5acc6018b..14315043d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 a2a937daa..c7c6aa674 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 d2b273fdb..66ed5ada1 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 820eed3a3..b20e11693 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 427a40115..5598d37d1 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 290eae168..52e8b6b6f 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 33bc38e0c..e842e02af 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 b23e87ca3..2fb9fb63d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 0cd27df9b..06c5e6d7e 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 b2769be66..a7860d2ac 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 c2054d192..4dd0998ce 100644 --- a/tests/unit/WindowsAzure/ServiceManagement/ServiceManagementRestProxyTest.php +++ b/tests/unit/WindowsAzure/ServiceManagement/ServiceManagementRestProxyTest.php @@ -53,7 +53,7 @@ * @copyright 2012 Microsoft Corporation * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * - * @version Release: 0.4.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 df6872ddf..ae220c85f 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 df08625f0..929a555ca 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f607cf856..6e785f8e3 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 d66a9a744..321bec27d 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 a33cd9fbb..0815c0693 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 605bf22e1..2e3553922 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 f360ce9cb..1a846d0f6 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 d98021767..e18e3efcc 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 8c80b595f..cc1c7864b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 3b63b2cd7..53b7f0bfb 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 e925d2ae2..f9913a36c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 61c54091b..a9c6cb757 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 e13b12016..4c8654f2c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 dfeb94257..354e1af0c 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 9fc416815..289c60200 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 a677a53cf..9a99706e8 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 1619c1ed2..3f64966fe 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 a3675c5d2..29a8516c9 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 0c01080e4..9a132b2d7 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 9d050f863..db14ecb6a 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 1cb498e1b..2674bd63b 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 9cc38baa7..9a9b56573 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 86635cfdd..f7181cf85 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 89e0f4b0d..3433c5844 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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @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 568223654..1b13410bb 100644 --- a/tests/unit/WindowsAzure/ServiceRuntime/RoleEnvironmentTest.php +++ b/tests/unit/WindowsAzure/ServiceRuntime/RoleEnvironmentTest.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.3_2016-05 + * @version Release: 0.4.4_2016-08 * * @link https://github.com/windowsazure/azure-sdk-for-php */