Skip to content

Commit

Permalink
Generated from 92006e420d65cb70e4b93bc5850af575da4efb78 (#162)
Browse files Browse the repository at this point in the history
Mark "provisioningState" as read-only
  • Loading branch information
openapi-sdkautomation[bot] authored and azuresdkci committed Aug 29, 2019
1 parent 908f8df commit 61b3177
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ public partial interface IServiceTagsOperations
/// Gets a list of service tag information resources.
/// </summary>
/// <param name='location'>
/// The location.
/// The location that will be used as a reference for version (not as a
/// filter based on location, you will get the list of service tags
/// with prefix details across all regions but limited to the cloud
/// that your subscription belongs to).
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,5 @@ public static IEnumerable<Tuple<string, string, string>> ApiInfo_NetworkManageme
}.AsEnumerable();
}
}
// BEGIN: Code Generation Metadata Section
public static readonly String AutoRestVersion = "latest";
public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4283";
public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/network/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=D:\\Projects\\azure-sdk-for-net\\sdk";
public static readonly String GithubForkName = "Azure";
public static readonly String GithubBranchName = "master";
public static readonly String GithubCommidId = "9dacca31bc76fc9cc1f59ee62ed1ab1c8f0d61c6";
public static readonly String CodeGenerationErrors = "";
public static readonly String GithubRepoName = "azure-rest-api-specs";
// END: Code Generation Metadata Section
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ internal ServiceTagsOperations(NetworkManagementClient client)
/// Gets a list of service tag information resources.
/// </summary>
/// <param name='location'>
/// The location.
/// The location that will be used as a reference for version (not as a filter
/// based on location, you will get the list of service tags with prefix
/// details across all regions but limited to the cloud that your subscription
/// belongs to).
/// </param>
/// <param name='customHeaders'>
/// Headers that will be added to request.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ public static partial class ServiceTagsOperationsExtensions
/// The operations group for this extension method.
/// </param>
/// <param name='location'>
/// The location.
/// The location that will be used as a reference for version (not as a filter
/// based on location, you will get the list of service tags with prefix
/// details across all regions but limited to the cloud that your subscription
/// belongs to).
/// </param>
public static ServiceTagsListResult List(this IServiceTagsOperations operations, string location)
{
Expand All @@ -42,7 +45,10 @@ public static ServiceTagsListResult List(this IServiceTagsOperations operations,
/// The operations group for this extension method.
/// </param>
/// <param name='location'>
/// The location.
/// The location that will be used as a reference for version (not as a filter
/// based on location, you will get the list of service tags with prefix
/// details across all regions but limited to the cloud that your subscription
/// belongs to).
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
Expand Down

0 comments on commit 61b3177

Please sign in to comment.