Skip to content

Commit c33ac73

Browse files
authored
[Resources] Address comments (Azure#27942)
* rename and change type * update api and rename * rename and regen * fix test * update api * revert change in resourcemanager
1 parent 757043f commit c33ac73

10 files changed

+45
-25
lines changed

sdk/resources/Azure.ResourceManager.Resources/api/Azure.ResourceManager.Resources.netstandard2.0.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public ArmApplicationData(Azure.Core.AzureLocation location, string kind) : base
3333
public System.BinaryData Parameters { get { throw null; } set { } }
3434
public Azure.ResourceManager.Models.ArmPlan Plan { get { throw null; } set { } }
3535
public Azure.ResourceManager.Resources.Models.ResourcesProvisioningState? ProvisioningState { get { throw null; } }
36-
public string PublisherTenantId { get { throw null; } }
36+
public System.Guid? PublisherTenantId { get { throw null; } }
3737
public Azure.ResourceManager.Resources.Models.ArmApplicationPackageSupportUris SupportUris { get { throw null; } }
3838
public Azure.ResourceManager.Resources.Models.ArmApplicationDetails UpdatedBy { get { throw null; } }
3939
}
@@ -233,7 +233,7 @@ public JitRequestData(Azure.Core.AzureLocation location) : base (default(Azure.C
233233
public Azure.ResourceManager.Resources.Models.JitRequestState? JitRequestState { get { throw null; } }
234234
public Azure.ResourceManager.Resources.Models.JitSchedulingPolicy JitSchedulingPolicy { get { throw null; } set { } }
235235
public Azure.ResourceManager.Resources.Models.ResourcesProvisioningState? ProvisioningState { get { throw null; } }
236-
public string PublisherTenantId { get { throw null; } }
236+
public System.Guid? PublisherTenantId { get { throw null; } }
237237
public Azure.ResourceManager.Resources.Models.ArmApplicationDetails UpdatedBy { get { throw null; } }
238238
}
239239
public partial class JitRequestResource : Azure.ResourceManager.ArmResource
@@ -503,7 +503,7 @@ public partial class ArmApplicationDetails
503503
{
504504
internal ArmApplicationDetails() { }
505505
public System.Guid? ApplicationId { get { throw null; } }
506-
public System.Guid? Oid { get { throw null; } }
506+
public System.Guid? ObjectId { get { throw null; } }
507507
public string Puid { get { throw null; } }
508508
}
509509
public partial class ArmApplicationJitAccessPolicy
@@ -942,7 +942,7 @@ public PatchableArmApplicationData(Azure.Core.AzureLocation location) : base (de
942942
public System.BinaryData Parameters { get { throw null; } set { } }
943943
public Azure.ResourceManager.Models.ArmPlan Plan { get { throw null; } set { } }
944944
public Azure.ResourceManager.Resources.Models.ResourcesProvisioningState? ProvisioningState { get { throw null; } }
945-
public string PublisherTenantId { get { throw null; } }
945+
public System.Guid? PublisherTenantId { get { throw null; } }
946946
public Azure.ResourceManager.Resources.Models.ArmApplicationPackageSupportUris SupportUris { get { throw null; } }
947947
public Azure.ResourceManager.Resources.Models.ArmApplicationDetails UpdatedBy { get { throw null; } }
948948
}

sdk/resources/Azure.ResourceManager.Resources/src/Generated/ArmApplicationData.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resources/Azure.ResourceManager.Resources/src/Generated/JitRequestData.cs

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resources/Azure.ResourceManager.Resources/src/Generated/Models/ArmApplicationData.Serialization.cs

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resources/Azure.ResourceManager.Resources/src/Generated/Models/ArmApplicationDetails.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resources/Azure.ResourceManager.Resources/src/Generated/Models/JitRequestData.Serialization.cs

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resources/Azure.ResourceManager.Resources/src/Generated/Models/PatchableArmApplicationData.Serialization.cs

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resources/Azure.ResourceManager.Resources/src/Generated/Models/PatchableArmApplicationData.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)