Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
05721ef
Use the new code generator to generate SDK code from TSP
mzhongl524 Dec 10, 2025
f66e1a0
Merge remote-tracking branch 'upstream/main' into pr-service-networki…
mzhongl524 Dec 22, 2025
03f021b
regen
mzhongl524 Dec 23, 2025
0e08d2b
fixed test
mzhongl524 Dec 24, 2025
58c3fa8
fix api diff
mzhongl524 Dec 24, 2025
42672f9
updated
mzhongl524 Dec 24, 2025
9af5e56
updated
mzhongl524 Dec 24, 2025
4c089a6
updated
mzhongl524 Dec 24, 2025
ffa855c
regen
mzhongl524 Dec 24, 2025
9e36ae2
Merge remote-tracking branch 'upstream/main' into pr-service-networki…
RodgeFu Dec 31, 2025
35a302c
regen
RodgeFu Dec 31, 2025
66fdf59
Merge remote-tracking branch 'upstream/main' into pr-service-networki…
RodgeFu Jan 2, 2026
d2ec8fc
Merge remote-tracking branch 'upstream/main' into pr-service-networki…
RodgeFu Jan 2, 2026
dfe39ac
Merge branch 'pr-service-networking-from-tsp' of https://github.com/m…
RodgeFu Jan 2, 2026
acb82bf
Merge remote-tracking branch 'upstream/main' into pr-service-networki…
RodgeFu Jan 4, 2026
444c99b
refresh test
RodgeFu Jan 4, 2026
737a8e7
Merge remote-tracking branch 'refs/remotes/origin/pr-service-networki…
RodgeFu Jan 4, 2026
0b4c4c3
Merge remote-tracking branch 'upstream/main' into pr-service-networki…
RodgeFu Jan 6, 2026
70a9323
update cutsom code
RodgeFu Jan 6, 2026
10dab10
save as utf8
RodgeFu Jan 6, 2026
fc5dde5
update
RodgeFu Jan 6, 2026
c3f2a54
update
RodgeFu Jan 6, 2026
0357a02
update
RodgeFu Jan 6, 2026
c4c84ec
regen
RodgeFu Jan 6, 2026
416bb21
Update tsp-location.yaml
RodgeFu Jan 6, 2026
e377588
Merge remote-tracking branch 'upstream/main' into pr-service-networki…
RodgeFu Jan 6, 2026
786eccd
Merge remote-tracking branch 'refs/remotes/origin/pr-service-networki…
RodgeFu Jan 6, 2026
4d1266e
Merge remote-tracking branch 'upstream/main' into pr-service-networki…
RodgeFu Jan 6, 2026
03a329d
regen
RodgeFu Jan 6, 2026
348808d
update commit
RodgeFu Jan 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/servicenetworking/Azure.ResourceManager.ServiceNetworking",
"Tag": "net/servicenetworking/Azure.ResourceManager.ServiceNetworking_ce05ecb868"
"Tag": "net/servicenetworking/Azure.ResourceManager.ServiceNetworking_bafbfe192b"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<PackageId>Azure.ResourceManager.ServiceNetworking</PackageId>
<Description>Azure Resource Manager client SDK for Azure resource provider ServiceNetworking.</Description>
<PackageTags>azure;management;arm;resource manager;servicenetworking</PackageTags>
<IncludeAutorestDependency>true</IncludeAutorestDependency>
<AotCompatOptOut>true</AotCompatOptOut>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static partial class ArmServiceNetworkingModelFactory
/// <returns> A new <see cref="ServiceNetworking.TrafficControllerData"/> instance for mocking. </returns>
[EditorBrowsable(EditorBrowsableState.Never)]
public static TrafficControllerData TrafficControllerData(ResourceIdentifier id, string name, ResourceType resourceType, ResourceManager.Models.SystemData systemData, IDictionary<string, string> tags, AzureLocation location, IEnumerable<string> configurationEndpoints, IEnumerable<SubResource> frontends, IEnumerable<SubResource> associations, ProvisioningState? provisioningState)
=> TrafficControllerData(id, name, resourceType, systemData, tags, location, configurationEndpoints, frontends, associations, trafficControllerProvisioningState: provisioningState.ToString());
=> TrafficControllerData(id, name, resourceType, systemData, tags, location, configurationEndpoints, frontends, associations, securityPolicies: null, wafSecurityPolicyId: null, trafficControllerProvisioningState: provisioningState.ToString());

/// <summary> Initializes a new instance of <see cref="ServiceNetworking.AssociationData"/>. </summary>
/// <param name="id"> The id. </param>
Expand Down Expand Up @@ -124,6 +124,64 @@ public static TrafficControllerData TrafficControllerData(ResourceIdentifier id,
} : null,
trafficControllerProvisioningState);
}

/// <summary> Initializes a new instance of <see cref="T:Azure.ResourceManager.ServiceNetworking.ApplicationGatewayForContainersSecurityPolicyData" />. </summary>
/// <param name="id"> The id. </param>
/// <param name="name"> The name. </param>
/// <param name="resourceType"> The resourceType. </param>
/// <param name="systemData"> The systemData. </param>
/// <param name="tags"> The tags. </param>
/// <param name="location"> The location. </param>
/// <param name="policyType"> Type of the Traffic Controller Security Policy. </param>
/// <param name="wafPolicyId"> Web Application Firewall Policy of the Traffic Controller Security Policy. </param>
/// <param name="provisioningState"> Provisioning State of Traffic Controller SecurityPolicy Resource. </param>
/// <returns> A new <see cref="T:Azure.ResourceManager.ServiceNetworking.ApplicationGatewayForContainersSecurityPolicyData" /> instance for mocking. </returns>
[EditorBrowsable(EditorBrowsableState.Never)]
public static ApplicationGatewayForContainersSecurityPolicyData ApplicationGatewayForContainersSecurityPolicyData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, IDictionary<string, string> tags, AzureLocation location, ApplicationGatewayForContainersSecurityPolicyType? policyType, ResourceIdentifier wafPolicyId, ServiceNetworkingProvisioningState? provisioningState)
{
return ApplicationGatewayForContainersSecurityPolicyData(id: id, name: name, resourceType: resourceType, systemData: systemData, tags: tags, location: location, policyType: policyType, wafPolicyId: wafPolicyId, rules: default, provisioningState: provisioningState);
}

/// <summary> Initializes a new instance of <see cref="T:Azure.ResourceManager.ServiceNetworking.TrafficControllerFrontendData" />. </summary>
/// <param name="id"> The id. </param>
/// <param name="name"> The name. </param>
/// <param name="resourceType"> The resourceType. </param>
/// <param name="systemData"> The systemData. </param>
/// <param name="tags"> The tags. </param>
/// <param name="location"> The location. </param>
/// <param name="fqdn"> The Fully Qualified Domain Name of the DNS record associated to a Traffic Controller frontend. </param>
/// <param name="provisioningState"> Provisioning State of Traffic Controller Frontend Resource. </param>
/// <returns> A new <see cref="T:Azure.ResourceManager.ServiceNetworking.TrafficControllerFrontendData" /> instance for mocking. </returns>
[EditorBrowsable(EditorBrowsableState.Never)]
public static TrafficControllerFrontendData TrafficControllerFrontendData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, IDictionary<string, string> tags, AzureLocation location, string fqdn, ServiceNetworkingProvisioningState? provisioningState)
{
return TrafficControllerFrontendData(id: id, name: name, resourceType: resourceType, systemData: systemData, tags: tags, location: location, fqdn: fqdn, securityPolicyConfigurations: null, provisioningState: provisioningState);
}

/// <summary> Initializes a new instance of <see cref="ServiceNetworking.TrafficControllerAssociationData"/>. </summary>
/// <param name="id"> The id. </param>
/// <param name="name"> The name. </param>
/// <param name="resourceType"> The resourceType. </param>
/// <param name="systemData"> The systemData. </param>
/// <param name="tags"> The tags. </param>
/// <param name="location"> The location. </param>
/// <param name="associationType"> Association Type. </param>
/// <param name="subnetId"> Association Subnet. </param>
/// <param name="provisioningState"> Provisioning State of Traffic Controller Association Resource. </param>
/// <returns> A new <see cref="ServiceNetworking.TrafficControllerAssociationData"/> instance for mocking. </returns>
[EditorBrowsable(EditorBrowsableState.Never)]
public static TrafficControllerAssociationData TrafficControllerAssociationData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, IDictionary<string, string> tags, AzureLocation location, TrafficControllerAssociationType? associationType = null, ResourceIdentifier subnetId = null, ServiceNetworkingProvisioningState? provisioningState = null)
{
return new TrafficControllerAssociationData(
id,
name,
resourceType,
systemData,
additionalBinaryDataProperties: null,
tags,
location,
associationType is null && provisioningState is null && subnetId is null ? null : new AssociationProperties(associationType.Value, new AssociationSubnet(subnetId, null), provisioningState, null));
}
}
#pragma warning restore 0618
}
Loading