diff --git a/sdk/storage/ci.yml b/sdk/storage/ci.yml index 2ca0501b60bd..4e749e6b85b1 100644 --- a/sdk/storage/ci.yml +++ b/sdk/storage/ci.yml @@ -12,6 +12,8 @@ trigger: - sdk/storage/Azure.Storage.DataMovement/ - sdk/storage/Azure.Storage.DataMovement.Blobs/ - sdk/storage/Azure.Storage.DataMovement.Files/ + exclude: + - sdk/storage/Azure.ResourceManager.Storage/ - sdk/storage/Azure.Storage.DataMovement.Blobs.Files.Shares/ exclude: - sdk/storage/Azure.ResourceManager.Storage/ diff --git a/sdk/websites/Azure.ResourceManager.AppService/src/Generated/ArmAppServiceModelFactory.cs b/sdk/websites/Azure.ResourceManager.AppService/src/Generated/ArmAppServiceModelFactory.cs index 055f969e0756..d3fe5f198c8d 100644 --- a/sdk/websites/Azure.ResourceManager.AppService/src/Generated/ArmAppServiceModelFactory.cs +++ b/sdk/websites/Azure.ResourceManager.AppService/src/Generated/ArmAppServiceModelFactory.cs @@ -4779,7 +4779,7 @@ public static SiteConfigData SiteConfigData(ResourceIdentifier id = null, string /// /// /// The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. - /// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/. + /// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. `https://sts.windows.net/{tenant-guid}/`. /// This URI is a case-sensitive identifier for the token issuer. /// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html /// diff --git a/sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/AppServiceAadRegistration.cs b/sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/AppServiceAadRegistration.cs index 5def760a415a..089a5ff2aebe 100644 --- a/sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/AppServiceAadRegistration.cs +++ b/sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/AppServiceAadRegistration.cs @@ -53,7 +53,7 @@ public AppServiceAadRegistration() /// Initializes a new instance of . /// /// The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. - /// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/. + /// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. `https://login.microsoftonline.com/v2.0/{tenant-guid}/`. /// This URI is a case-sensitive identifier for the token issuer. /// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html /// @@ -90,7 +90,7 @@ internal AppServiceAadRegistration(string openIdIssuer, string clientId, string /// /// The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. - /// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/. + /// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. `https://login.microsoftonline.com/v2.0/{tenant-guid}/`. /// This URI is a case-sensitive identifier for the token issuer. /// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html /// diff --git a/sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/RampUpRule.cs b/sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/RampUpRule.cs index b7e9457cc7c2..7fc6ebce1cae 100644 --- a/sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/RampUpRule.cs +++ b/sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/RampUpRule.cs @@ -61,10 +61,7 @@ public RampUpRule() /// Specifies interval in minutes to reevaluate ReroutePercentage. /// Specifies lower boundary above which ReroutePercentage will stay. /// Specifies upper boundary below which ReroutePercentage will stay. - /// - /// Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts. - /// https://www.siteextensions.net/packages/TiPCallback/ - /// + /// Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. /// Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment. /// Keeps track of any properties unknown to the library. internal RampUpRule(string actionHostName, double? reroutePercentage, double? changeStep, int? changeIntervalInMinutes, double? minReroutePercentage, double? maxReroutePercentage, Uri changeDecisionCallbackUri, string name, IDictionary serializedAdditionalRawData) @@ -102,10 +99,7 @@ internal RampUpRule(string actionHostName, double? reroutePercentage, double? ch /// Specifies upper boundary below which ReroutePercentage will stay. [WirePath("maxReroutePercentage")] public double? MaxReroutePercentage { get; set; } - /// - /// Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts. - /// https://www.siteextensions.net/packages/TiPCallback/ - /// + /// Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. [WirePath("changeDecisionCallbackUrl")] public Uri ChangeDecisionCallbackUri { get; set; } /// Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment. diff --git a/sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/SiteAuthSettings.cs b/sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/SiteAuthSettings.cs index 43ef6b8d9e83..af65b67dec02 100644 --- a/sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/SiteAuthSettings.cs +++ b/sdk/websites/Azure.ResourceManager.AppService/src/Generated/Models/SiteAuthSettings.cs @@ -107,7 +107,7 @@ public SiteAuthSettings() /// /// /// The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. - /// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/. + /// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. `https://sts.windows.net/{tenant-guid}/`. /// This URI is a case-sensitive identifier for the token issuer. /// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html /// @@ -329,7 +329,7 @@ internal SiteAuthSettings(ResourceIdentifier id, string name, ResourceType resou public string ClientSecretCertificateThumbprintString { get; set; } /// /// The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. - /// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/. + /// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. `https://sts.windows.net/{tenant-guid}/`. /// This URI is a case-sensitive identifier for the token issuer. /// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html /// diff --git a/sdk/websites/Azure.ResourceManager.AppService/src/autorest.md b/sdk/websites/Azure.ResourceManager.AppService/src/autorest.md index 2b565f0efe4c..b53c7dcc9c79 100644 --- a/sdk/websites/Azure.ResourceManager.AppService/src/autorest.md +++ b/sdk/websites/Azure.ResourceManager.AppService/src/autorest.md @@ -10,7 +10,7 @@ Run `dotnet build /t:GenerateCode` to generate code. azure-arm: true library-name: AppService namespace: Azure.ResourceManager.AppService -require: https://github.com/Azure/azure-rest-api-specs/blob/0410d404c68289cb1737d06bba92133bb84b515c/specification/web/resource-manager/readme.md +require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/web/resource-manager/readme.md #tag: package-2024-04 output-folder: $(this-folder)/Generated clear-output-folder: true